EntityFieldCoreIsChanged Property  | 
 
            If the value of this field is changed, this property is set to true. Set when 
CurrentValue receives a valid value. Set to 
            false when AcceptChange is called succesfully.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic bool IsChanged { get; set; }Public Property IsChanged As Boolean
	Get
	Set
Property Value
Type: 
BooleanImplements
IEntityFieldCoreIsChanged
See Also