SnapDAL Library Documentation

DataFactory.GetDataSet Method

Execute the given statement and return the results in a DataSet

Overload List

Execute the given statement and return the results in a DataSet

public DataSet GetDataSet(string,HybridDictionary);

Execute the given statement and return the results in a DataSet

public DataSet GetDataSet(string,HybridDictionary,IDbTransaction);

See Also

DataFactory Class | SnapDAL Namespace