Click or drag to resize

DataAccessAdapterBase.RawCallRetrievalProcedure 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
(Overrides DataAccessAdapterCore.RawCallRetrievalProcedure(DataSet, DbDataAdapter).)
Protected methodRawCallRetrievalProcedure(DataTable, DbDataAdapter)
The core call of a retrieval stored procedure call. Performs a fill operation on the adapter for the datatable specified
(Overrides DataAccessAdapterCore.RawCallRetrievalProcedure(DataTable, DbDataAdapter).)
Top
See Also