This document is archived and information here might be outdated.  Recommended version.


DataChanges Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > D > DataChanges Class
ArcGIS Developer Help

DataChangesClass Class

The edits in check-outs, modified rows in versions or edits in a delta file.

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.