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


IQueryDescription.IsOIDMappedColumn 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.IsOIDMappedColumn Property
ArcGIS Developer Help

IQueryDescription.IsOIDMappedColumn Property

Indicates if a virtual OID column is required.

[Visual Basic .NET]
Public ReadOnly Property IsOIDMappedColumn As Boolean
[C#]
public bool IsOIDMappedColumn {get;}
[C++]
HRESULT get_IsOIDMappedColumn(
  Boolean* pIsOIDMappedColumn
);
[C++]
Parameters
pIsOIDMappedColumn [out, retval]

pIsOIDMappedColumn is a parameter of type bool*

Product Availability

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

See Also

IQueryDescription Interface