GetDatabaseTablePreview Method
Overloads
| GetDatabaseTablePreview(String, String, String, String, FilterInfo) | Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection. | 
GetDatabaseTablePreview(String, String, String, String, FilterInfo)
Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection.
Declaration
      public GetDatabaseTablePreviewResult GetDatabaseTablePreview([QixName("qConnectionId")] string connectionId, [QixName("qDatabase")] string database = null, [QixName("qOwner")] string owner = null, [QixName("qTable")] string table, [QixName("qConditions")] FilterInfo conditions = 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  | 
| System.String | table | Name of the table. | 
| FilterInfo | conditions | 
Returns
| Type | Description | 
|---|---|
| GetDatabaseTablePreviewResult |