EntityFieldsCoreTFieldIEntityFieldsCoreIsChangedInThisEditCycle Property  | 
 
            Flag to signal if the entity fields have changed during an edit cycle which is controlled outside this IIEntityFieldsCore object. If set to
            true, EndEdit will succeed, otherwise EndEdit will ignore any changes, since these are made in a previous edit cycle which is already
            ended.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxbool IEntityFieldsCore.IsChangedInThisEditCycle { get; set; }Private Property IsChangedInThisEditCycle As Boolean
	Implements IEntityFieldsCore.IsChangedInThisEditCycle
	Get
	Set
Property Value
Type: 
BooleanImplements
IEntityFieldsCoreIsChangedInThisEditCycle
See Also