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


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

ISqlWorkspace2.GetQueryDescription2 Method

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

[Visual Basic .NET]
Public Function GetQueryDescription2 ( _
    ByVal Query As String, _
    ByVal discoverSpatialProperties As Boolean _
) As IQueryDescription
[C#]
public IQueryDescription GetQueryDescription2 (
    string Query,
    bool discoverSpatialProperties
);
[C++]
HRESULT GetQueryDescription2(
  BSTR Query,
  VARIANT_BOOL discoverSpatialProperties
);
[C++]
Parameters
Query [in]

Query is a parameter of type BSTR discoverSpatialProperties [in]
discoverSpatialProperties is a parameter of type bool

Product Availability

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

See Also

ISqlWorkspace2 Interface