Click or drag to resize

EntityBasePerformSingleEntityLazyLoadingTEntity Method (String, Boolean, Boolean, FuncTEntity, Boolean)

Performs a single entity lazy loading action. Non-inheritance variant

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 TEntity PerformSingleEntityLazyLoading<TEntity>(
	string navigator,
	bool forceFetch,
	bool returnNewIfNotFound,
	Func<TEntity, bool> fetchFunc
)
where TEntity : EntityBase

Parameters

navigator
Type: SystemString
forceFetch
Type: SystemBoolean
returnNewIfNotFound
Type: SystemBoolean
fetchFunc
Type: SystemFuncTEntity, Boolean
fetches the passed in entity

Type Parameters

TEntity

Return Value

Type: TEntity
See Also