Click or drag to resize
DataAccessAdapterCoreOnFetchEntity 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 OnFetchEntity(
	IRetrievalQuery selectQuery,
	IEntityFields2 fieldsToFetch
)

Parameters

selectQuery
Type: SD.LLBLGen.Pro.ORMSupportClassesIRetrievalQuery
the RetrievalQuery which will be executed
fieldsToFetch
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields2
the IEntityFields2 object which will be filled by selectQuery
See Also