EntityPropertyForcedChangedWrite Method |
Forces a set of the IsChanged flag for this field.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public void ForcedChangedWrite(
bool isChangedValue
)
Public Sub ForcedChangedWrite (
isChangedValue As Boolean
)
Parameters
- isChangedValue
- Type: SystemBoolean
new value for IsChanged.
Remarks Do not call this method from your code. This is an internal method
See Also