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.4.0.0 (5.4.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