EntityBaseSetAlreadyFetchedValueForNavigator Method  | 
 
            Sets the _alreadyFetched*Navigatorname* flag for the navigator specified to the value specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxprotected override void SetAlreadyFetchedValueForNavigator(
	string navigator,
	bool newValue,
	bool resetFetchedData = false
)
Protected Overrides Sub SetAlreadyFetchedValueForNavigator ( 
	navigator As String,
	newValue As Boolean,
	Optional resetFetchedData As Boolean = false
)
Parameters
- navigator
 - Type: SystemString
 - newValue
 - Type: SystemBoolean
 - resetFetchedData (Optional)
 - Type: SystemBoolean
If set to true, the already fetched data is reset, if newValue is false and the current value of the flag is true 
See Also