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


IQueryTableName.Query Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IQ > IQueryTableName Interface > IQueryTableName.Query Property
ArcGIS Developer Help

IQueryTableName.Query Property

Query string.

[Visual Basic .NET]
Public Property Query As String
[C#]
public string Query {get; set;}
[C++]
HRESULT get_Query(
  BSTR pQuery
);
[C++]
HRESULT put_Query(
  System.String* pQuery
);
[C++]
Parameters
pQuery [in]

pQuery is a parameter of type BSTR pQuery [out, retval]
pQuery is a parameter of type BSTR*

Product Availability

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

See Also

IQueryTableName Interface