SnapDAL Library Documentation

DataFactory.GetDataTable Method

Execute the given statement and return the results in a datatable

Overload List

Execute the given statement and return the results in a datatable

public DataTable GetDataTable(string,HybridDictionary);

Execute the given statement and return the results in a datatable

public DataTable GetDataTable(string,HybridDictionary,IDbTransaction);

See Also

DataFactory Class | SnapDAL Namespace