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


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

IQueryTableDataSourceDescription.OIDFields Property

Unique Key Field(s).

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

pOIDFields is a parameter of type BSTR* pOIDFields [in]
pOIDFields is a parameter of type BSTR

Product Availability

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

Remarks

Use comma (,) as a delimiter when multiple fields are required to uniquely define each row in the output table/featureclass.

See Also

IQueryTableDataSourceDescription Interface