Click or drag to resize
DataAccessAdapterCoreOnFetchEntityCollectionComplete Method
Called right after 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 OnFetchEntityCollectionComplete(
	IRetrievalQuery selectQuery,
	IEntityCollection2 entityCollectionToFetch
)

Parameters

selectQuery
Type: SD.LLBLGen.Pro.ORMSupportClassesIRetrievalQuery
the RetrievalQuery which was executed
entityCollectionToFetch
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
the entity collection which was filled
See Also