Query layer workspace interface
Members
Name | Description | |
---|---|---|
CheckDatasetName | Returns unique name in the workspace. | |
GetColumns | Returns column information for a table. | |
GetQueryDescription | Get query properties including spatial based on the first record of the query. | |
GetQueryDescription2 | Get query properties, optionally including spatial based on the first record of the query. | |
GetTables | Returns names of all the table. | |
OpenQueryClass | Returns a table or a feature class based on a query. | |
OpenQueryCursor | Returns a cursor based on a query. |
ISqlWorkspace2.GetQueryDescription2 Method
Get query properties, optionally including spatial based on the first record of the query.
Public Function GetQueryDescription2 ( _
ByVal Query As String, _
ByVal discoverSpatialProperties As Boolean _
) As IQueryDescription
public IQueryDescription GetQueryDescription2 (
string Query,
bool discoverSpatialProperties
);
Inherited Interfaces
Interfaces | Description |
---|---|
ISqlWorkspace | Query layer workspace interface |
Classes that implement ISqlWorkspace2
Classes | Description |
---|---|
SqlWorkspace (esriDataSourcesGDB) | Sql workspace |