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


IQueryDescription.OIDFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryDescription Interface > IQueryDescription.OIDFields Property
ArcGIS Developer Help

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(
  System.String* ppOidMap
);
[C++]
Parameters
ppOidMap [in]

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

Product Availability

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

See Also

IQueryDescription Interface