This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Classes > T > TableDataChangesInfo CoClass (ArcObjects .NET 10.4 SDK) |
The information needed to export changes.
Interfaces | Description |
---|---|
ITableDataChangesInfo | Provides access to members that initialize a TableDataChanges object. |
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.