This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IQ > IQueryTableDataSourceDescription Interface > IQueryTableDataSourceDescription.OIDFields Property (ArcObjects .NET 10.5 SDK) |
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
Use comma (,) as a delimiter when multiple fields are required to uniquely define each row in the output table/featureclass.