Click or drag to resize

EntityPropertyForcedChangedWrite Method

Forces a set of the IsChanged flag for this field.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public void ForcedChangedWrite(
	bool isChangedValue
)

Parameters

isChangedValue
Type: SystemBoolean
new value for IsChanged.
Remarks
Do not call this method from your code. This is an internal method
See Also