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


IPlugInWorkspaceHelper.OIDIsRecordNumber Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInWorkspaceHelper Interface > IPlugInWorkspaceHelper.OIDIsRecordNumber Property
ArcGIS Developer Help

IPlugInWorkspaceHelper.OIDIsRecordNumber Property

Indicates whether the OID is the number of the record, i.e., whether id's are continuous.

[Visual Basic .NET]
Public ReadOnly Property OIDIsRecordNumber As Boolean
[C#]
public bool OIDIsRecordNumber {get;}
[C++]
HRESULT get_OIDIsRecordNumber(
  Boolean* OIDIsRecordNumber
);
[C++]
Parameters
OIDIsRecordNumber [out, retval]

OIDIsRecordNumber is a parameter of type bool*

Product Availability

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

Description

It should return true if the record number of your data source is used as the Object ID, that is the Object IDs are always continuous. If true, some joins are optimized.

See Also

IPlugInWorkspaceHelper Interface