Click or drag to resize
DataAccessAdapterCoreRawCallRetrievalProcedure Method (DataTable, DbDataAdapter)
The core call of a retrieval stored procedure call. Performs a fill operation on the adapter for the datatable 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 virtual void RawCallRetrievalProcedure(
	DataTable dataTableToFill,
	DbDataAdapter adapter
)

Parameters

dataTableToFill
Type: System.DataDataTable
The data table to fill.
adapter
Type: System.Data.CommonDbDataAdapter
The adapter.
See Also