SnapDAL Library Documentation | |
DataFactory.ExecuteDataReader Method (String, HybridDictionary, HybridDictionary, IDbTransaction, CommandBehavior[])
Execute the statement returning a IDataReader of results using a transaction and also returning output parameters
Parameters
- statementName
- Name of the statment
- parms
- HybridDictionary of input parameters
- outputParms
- HybridDictionary of output parameters
- transaction
- The transaction to use on this statement
- behaviors
- Array of CommandBehavior
Return Value
IDataReader of results
See Also
DataFactory Class | SnapDAL Namespace | DataFactory.ExecuteDataReader Overload List