Click or drag to resize

EntityBaseSetAlwaysFetchValueForNavigator Method

Sets the _alwaysFetch*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.5.0.0 (5.5.18.1019)
Syntax
protected void SetAlwaysFetchValueForNavigator(
	string navigator,
	bool newValue
)

Parameters

navigator
Type: SystemString
newValue
Type: SystemBoolean
See Also