Click or drag to resize

EntityBaseGetAlreadyFetchedValueForNavigator Method

Returns the value for the flag _alreadyFetched*NavigatorName*. Used for lazy loading

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 bool GetAlreadyFetchedValueForNavigator(
	string navigator
)

Parameters

navigator
Type: SystemString
The name of the navigator which flag to obtain the value of

Return Value

Type: Boolean
See Also