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


IQueryDescription.IsOIDMappedColumn Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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