public enum DifferenceType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum DifferenceType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum DifferenceType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum DifferenceType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
ArcGIS.Core.Data.DifferenceType
Target Platforms: Windows 10, Windows 8.1