Provides access to members that initialize a TableDataChanges object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Deletes | The delete changes table. | |
GetDeletedIDs | The deleted ids. | |
GetFilter | The filter for the inserts table. | |
Init | Initializes the class by setting the inserts, updates, and deletes table. | |
Inserts | The insert changes table. | |
SetDeletedIDs | The deleted ids. | |
SetFilter | The filter for the inserts table. | |
TargetName | The changes target name. | |
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.