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


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

TablesDataChangesClass Class

The information needed to export changes.

Product Availability

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

Interfaces

Interfaces Description
IDataChanges Provides access to members that return information needed to check in or import edits.
IDataChanges2 Provides access to return the model type of the edits in the check-out.
IEnumTableDataChanges Provides access to the TablesDataChanges objects.
ITablesDataChanges Provides access to members that initialize a TablesDataChanges object.

Remarks

The TablesDataChanges coclass can be used to define an updategram based on edits stored in feature classes and tables.  Records to be deleted may also be defined by supplying arrays of IDs or GlobalIDs.  These edits are defined using the TableDataChangesInfo coclass and are added to the TablesDataChanges coclass with the Add method.

Updategrams contain edits that can be imported into a geodatabase using the DataChangesImporter coclass. The delta files can be simple or full types.

See DataChangesExporter for information on delta files.