Overload | Description |
---|---|
GetQueryDescription(String) | Gets the QueryDescription object associated with the single (i.e., standalone) table specified by tableName in the currently opened database. This method must be called on the MCT. Use QueuedTask.Run. |
GetQueryDescription(String,String) | Gets the QueryDescription object associated with the query layer that is created from one or more database table(s) as specified by queryStatement. This method must be called on the MCT. Use QueuedTask.Run. |
GetQueryDescription(Table) | Gets the QueryDescription object associated with table. This method must be called on the MCT. Use QueuedTask.Run. |