SnapDAL Library Documentation

DataFactory.GetDataTable Method (String, HybridDictionary)

Execute the given statement and return the results in a datatable

public DataTable GetDataTable(
   string statement,
   HybridDictionary parms
);

Parameters

statement
Name of the statement
parms
input parameters

Return Value

DataTable of results

Implements

IDataLayer.GetDataTable

See Also

DataFactory Class | SnapDAL Namespace | DataFactory.GetDataTable Overload List