Click or drag to resize
DataAccessAdapterBaseRawCallRetrievalProcedure Method (DataSet, DbDataAdapter)
The core call of a retrieval stored procedure call. Performs a fill operation on the adapter for the dataset specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override void RawCallRetrievalProcedure(
	DataSet dataSetToFill,
	DbDataAdapter adapter
)

Parameters

dataSetToFill
Type: System.DataDataSet
The data set to fill.
adapter
Type: System.Data.CommonDbDataAdapter
The adapter.
See Also