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


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

TableDataChangesInfoClass Class

The information needed to export changes.

Product Availability

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

Interfaces

Interfaces Description
ITableDataChangesInfo Provides access to members that initialize a TableDataChanges object.

Remarks

The TableDataChangesInfo coclass is used in conjunction with the TablesDataChanges coclass to define a delta file which contains edits.  See DataChangesExporter for information on delta files.

Use the ITableDataChangesInfo:Init method to initialize the TableDataChangesInfo coclass. Use the ITableDataChanges:Add method to add an initialized TableDataChangesInfo object to the TablesDataChanges object.