Provides access to methods that apply to versioned tables.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IVersionedTable interface can be used to detect the different conflict categories without first performing an IVersionEdit.Reconcile. By specifying the appropriate esriDifferenceType, such as TypeDeleteUpdate or TypeInsert, an IDifferenceCursor is returned with a set of OIDs and IRows for differences.
Members
Description | ||
---|---|---|
Differences | Returns an object cursor that can be used to retrieve rows by difference type. |