ArcObjects Library Reference (GeoDatabaseDistributed)  

DataChanges Class

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IDataChanges Provides access to members that return information needed to check in or import edits.

Remarks

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.