ArcObjects Library Reference (GeoDatabaseDistributed)  

esriDataChangeType Constants

Types of data changes.

Constant Value Description
esriDataChangeTypeInsert 0 Insert data changes.
esriDataChangeTypeUpdate 1 Update data changes.
esriDataChangeTypeDelete 2 Delete data changes.

Product Availability

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

Remarks

The esriDataChangeType enumeration contains values that represent types of data changes. The IDataChanges::Extract method uses the esriDataChangeType enumeration to indicate the type of data changes included in the data changes object.