ArcGIS Pro 2.6 API Reference Guide
DifferenceType Enumeration

ArcGIS.Core.Data Namespace : DifferenceType Enumeration
Specifies the type of difference in the row found between the source time and the difference time.
Syntax
Members
MemberDescription
DeleteNoChange Row has been deleted in the source and not changed in the difference.
DeleteUpdate Row has been deleted in the source and updated in the difference.
Insert Row has been inserted in the source.
UpdateDelete Row has been updated in the source and deleted in the difference.
UpdateNoChange Row has been updated in the source and not changed in the difference.
UpdateUpdate Row has been updated in both the source and difference.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.DifferenceType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data Namespace