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.1.0.0 (5.1.0)
Syntax protected virtual void OnFetchTypedList(
IRetrievalQuery selectQuery,
IEntityFields2 fieldCollectionToFetch,
DataTable dataTableToFill
)
Protected Overridable Sub OnFetchTypedList (
selectQuery As IRetrievalQuery,
fieldCollectionToFetch As IEntityFields2,
dataTableToFill As DataTable
)
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