Click or drag to resize

EntityBaseGetAlwaysFetchValueForNavigator Method

Returns the value for the flag _alwaysFetch*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 GetAlwaysFetchValueForNavigator(
	string navigator
)

Parameters

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

Return Value

Type: Boolean
See Also