Click or drag to resize
DataAccessAdapterCoreRawCallRetrievalProcedure Method
Overload List
  NameDescription
Protected methodRawCallRetrievalProcedure(DataSet, DbDataAdapter)
The core call of a retrieval stored procedure call. Performs a fill operation on the adapter for the dataset specified
Protected methodRawCallRetrievalProcedure(DataTable, DbDataAdapter)
The core call of a retrieval stored procedure call. Performs a fill operation on the adapter for the datatable specified
Top
See Also