This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > D > DataChanges Class (ArcObjects .NET 10.4 SDK) |
The edits in check-outs, modified rows in versions or edits in a delta file.
DataChanges is a non-creatable object. References to non-creatable objects must be obtained through other objects.
Interfaces | Description |
---|---|
IDataChanges | Provides access to members that return information needed to check in or import edits. |
The DataChanges class provides methods used by inherited classes to return edits. The inherited class defines the source of the edits. The source can be a check-out database (CheckoutDataChanges), a replica geodatabase (ReplicationDataChanges), modified rows between source and target versions (VersionDataChanges), a delta file (DeltaDataChanges) or changes within tables and feature classes (TablesDataChanges). A delta file can be generated from the DataChangesExporter or a custom application.