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