SnapDAL Library Documentation

DataFactory.GetDataTable Method (String, HybridDictionary, IDbTransaction)

Execute the given statement and return the results in a datatable

public DataTable GetDataTable(
   string statementName,
   HybridDictionary parms,
   IDbTransaction transaction
);

Parameters

statementName
Name of the statement
parms
input parameters
transaction
The transaction to execute this statement on

Return Value

DataTable of results

Implements

IDataLayer.GetDataTable

See Also

DataFactory Class | SnapDAL Namespace | DataFactory.GetDataTable Overload List