GetDatabaseTables Method
Overloads
| GetDatabaseTables(String, String, String) | 
             Lists the tables inside a database for a ODBC, OLEDB or CUSTOM connection.  | 
        
      
    
GetDatabaseTables(String, String, String)
Lists the tables inside a database for a ODBC, OLEDB or CUSTOM connection.
Declaration
      IEnumerable<DataTable> GetDatabaseTables([QixName("qConnectionId")] string connectionId, [QixName("qDatabase")] string database = null, [QixName("qOwner")] string owner = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | connectionId | 
           Identifier of the connection.  | 
      
| System.String | database | 
           Name of the database.
If   | 
      
| System.String | owner | 
           Owner of the database.
If   | 
      
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<DataTable> |