ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / DifferenceType Enumeration

In This Topic
    DifferenceType Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also