Click or drag to resize

EntityCoreTFieldsSetAlreadyFetchedValueForNavigator 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.9.0.0 (5.9.0)
Syntax
protected virtual void SetAlreadyFetchedValueForNavigator(
	string navigator,
	bool newValue,
	bool resetFetchedData = 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