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


ITableDataChangesInfo Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IT > ITableDataChangesInfo Interface
ArcGIS Developer Help

ITableDataChangesInfo Interface

Provides access to members that initialize a TableDataChanges object.

Product Availability

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

Members

Name Description
Read-only property Deletes The delete changes table.
Method GetDeletedIDs The deleted ids.
Method GetFilter The filter for the inserts table.
Method Init Initializes the class by setting the inserts, updates, and deletes table.
Read-only property Inserts The insert changes table.
Method SetDeletedIDs The deleted ids.
Method SetFilter The filter for the inserts table.
Read-only property TargetName The changes target name.
Read-only property Updates The updates changes table.

Classes that implement ITableDataChangesInfo

Classes Description
TableDataChangesInfo The information needed to export changes.

Remarks

The ITableDataChangesInfo interface provides methods to define edits to be applied to a target feature class or table.  See the TablesDataChangesInfo coclass for more information.