ArcObjects Library Reference (GeoDatabaseDistributed)  

ITableDataChangesInfo Interface

Provides access to members that initialize a TableDataChanges object.

Product Availability

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

Members

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.

CoClasses that implement ITableDataChangesInfo

CoClasses and 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.

.NET Related Topics

Copying or loading data while preserving GlobalID values