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


ISqlWorkspace.GetQueryDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISqlWorkspace Interface > ISqlWorkspace.GetQueryDescription Method
ArcGIS Developer Help

ISqlWorkspace.GetQueryDescription Method

Get query properties including spatial based on the first record of the query.

[Visual Basic .NET]
Public Function GetQueryDescription ( _
    ByVal Query As String _
) As IQueryDescription
[C#]
public IQueryDescription GetQueryDescription (
    string Query
);
[C++]
HRESULT GetQueryDescription(
  BSTR Query
);
[C++]
Parameters
Query [in]

Query is a parameter of type BSTR

Product Availability

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

Errors Returned

FDO_E_SE_TOO_MANY_LAYERS - The field set of the SQL query include multiple geometry columns.

See Also

ISqlWorkspace Interface