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.3.0.0 (5.3.0)
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