public QueryDescription GetQueryDescription( string tableName )
Public Overloads Function GetQueryDescription( _ ByVal tableName As String _ ) As QueryDescription
Parameters
- tableName
- The name of a valid single (i.e., standalone) table. The name can be unqualified or fully qualified. Regardless of whether it is unqualified or fully qualified, it must match one of the "tableNames" returned from the method GetTableNames.
Return Value
The QueryDescription object that fully describes how the underlying database table should be represented as a Table or FeatureClass if it is a spatial table.