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


IQueryDescription.IsOIDMappedColumn Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL* pIsOIDMappedColumn
);
[C++]

Parameters pIsOIDMappedColumn [out, retval] pIsOIDMappedColumn is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IQueryDescription Interface