Click or drag to resize

EntityBasePerformMultiEntityLazyLoadingTCollection Method

Performs a 1:n lazy loading fetch for the navigator specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected TCollection PerformMultiEntityLazyLoading<TCollection>(
	string navigator,
	bool forceFetch,
	IEntityFactory factory,
	Action<TCollection, RelationCollection> fetchFunc
)
where TCollection : class, IEntityCollection

Parameters

navigator
Type: SystemString
forceFetch
Type: SystemBoolean
factory
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFactory
fetchFunc
Type: SystemActionTCollection, RelationCollection
The func which fetches the passed in collection

Type Parameters

TCollection

Return Value

Type: TCollection
See Also