public QueryDescription GetQueryDescription( string queryStatement, string queryLayerName )
Public Overloads Function GetQueryDescription( _ ByVal queryStatement As String, _ ByVal queryLayerName As String _ ) As QueryDescription
Parameters
- queryStatement
- A valid SQL SELECT statement that describes how the query layer should be created.
- queryLayerName
- A given name.
Return Value
The QueryDescription object that fully describes how the underlying database table(s) that make up the query layer should be represented as a Table or FeatureClass if the query layer is spatially enabled.