SnapDAL Library Documentation

DataFactory.GetDataSet Method (String, HybridDictionary)

Execute the given statement and return the results in a DataSet

public DataSet GetDataSet(
   string statementName,
   HybridDictionary parms
);

Parameters

statementName
Name of the statement
parms
Input parameters

Return Value

DataSet of results with records in the first table

Implements

IDataLayer.GetDataSet

See Also

DataFactory Class | SnapDAL Namespace | DataFactory.GetDataSet Overload List