This document is archived and information here might be outdated. Recommended version. |
The name of the archive object id field.
[Visual Basic .NET] Public Property OIDFieldName As String
[C#] public string OIDFieldName {get; set;}
[C++]
HRESULT get_OIDFieldName(
System.String* oidField
);
[C++]
HRESULT put_OIDFieldName(
BSTR oidField
);
[C++]
Parameters oidField [out, retval]
oidField is a parameter of type BSTR* oidField [in]
oidField is a parameter of type BSTR
The OIDFieldName property is used to specify the field name for the archive object identifier field which is a unique field that is maintained in the archive table. If no user defined name is specified the field name will default to "GDB_ARCHIVE_OID".