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.12.0.0 (5.12.0)
Syntaxprotected bool GetAlwaysFetchValueForNavigator(
	string navigator
)
Protected Function GetAlwaysFetchValueForNavigator ( 
	navigator As String
) As Boolean
Parameters
- navigator
 - Type: SystemString
The name of the navigator which flag to obtain the value of 
Return Value
Type: 
Boolean
See Also