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


esriDataChangeType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Constants > E > esriDataChangeType Constants
ArcGIS Developer Help

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.