Click or drag to resize
DataAccessAdapterCoreOnFetchTypedList Method
Called right before the actual fetch is executed

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 OnFetchTypedList(
	IRetrievalQuery selectQuery,
	IEntityFields2 fieldCollectionToFetch,
	DataTable dataTableToFill
)

Parameters

selectQuery
Type: SD.LLBLGen.Pro.ORMSupportClassesIRetrievalQuery
the RetrievalQuery object to execute
fieldCollectionToFetch
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields2
the fieldslist used to construct the query
dataTableToFill
Type: System.DataDataTable
the datatable object to fill
See Also