Click or drag to resize
IDaoCallRetrievalStoredProcedure Method
Overload List
  NameDescription
Public methodCallRetrievalStoredProcedure(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.
Public methodCallRetrievalStoredProcedure(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.
Top
See Also