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


IQueryDescription.OIDFields Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IQueryDescription.OIDFields Property

Unique key field(s).

[Visual Basic .NET]
Public Property OIDFields As String
[C#]
public string OIDFields {get; set;}
[C++]
HRESULT get_OIDFields(
  BSTR* ppOidMap
);
[C++]
HRESULT put_OIDFields(
  BSTR ppOidMap
);
[C++]

Parameters ppOidMap [out, retval] ppOidMap is a parameter of type BSTR ppOidMap [in] ppOidMap is a parameter of type BSTR

Product Availability

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

See Also

IQueryDescription Interface