ArcObjects Library Reference (Carto)  

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(
  BSTR* 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