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.9.0.0 (5.9.0)
Syntaxpublic void ForcedChangedWrite(
	bool isChangedValue
)
Public Sub ForcedChangedWrite ( 
	isChangedValue As Boolean
)
Parameters
- isChangedValue
 - Type: SystemBoolean
new value for IsChanged. 
RemarksDo not call this method from your code. This is an internal method
See Also