This document is archived and information here might be outdated. Recommended version. |
Indicates if the table has an object id field.
[Visual Basic .NET]
Public Property HasOID As Boolean
[C#]
public bool HasOID {get; set;}
[C++]
HRESULT get_HasOID(
Boolean* HasOID
);
[C++]
HRESULT put_HasOID(
VARIANT_BOOL HasOID
);
[C++] Parameters HasOID [out, retval]
HasOID is a parameter of type bool* HasOID [in]
HasOID is a parameter of type bool