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.1.0.0 (5.1.0)
Syntax protected virtual void OnFetchEntityCollectionComplete(
IRetrievalQuery selectQuery,
IEntityCollection2 entityCollectionToFetch
)
Protected Overridable Sub OnFetchEntityCollectionComplete (
selectQuery As IRetrievalQuery,
entityCollectionToFetch As IEntityCollection2
)
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