| DaoBaseCallRetrievalStoredProcedure Method |
| Name | Description | |
|---|---|---|
| CallRetrievalStoredProcedure(String, DbParameter, DataSet, ITransaction) |
Calls the specified retrieval stored procedure in the database. Fills the
specified DataSet. Will participate in the transaction if a transaction is in progress.
| |
| CallRetrievalStoredProcedure(String, DbParameter, DataTable, ITransaction) |
Calls the specified retrieval stored procedure in the database. Fills the specified datatable. Will participate in the transaction if a
transaction is in progress.
|