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.6.0.0 (5.6.19.0117)
Syntax protected virtual void SetAlreadyFetchedValueForNavigator(
string navigator,
bool newValue,
bool resetFetchedData = false
)
Protected Overridable 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