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(
VARIANT_BOOL* OIDIsRecordNumber
);
[C++]Parameters
OIDIsRecordNumber [out, retval] OIDIsRecordNumber is a parameter of type VARIANT_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.