This document is archived and information here might be outdated. Recommended version. |
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*
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.