Skip to main content Skip to complementary content

GetDatabaseTablePreviewAsync Method

Overloads

GetDatabaseTablePreviewAsync(String, String, String, String, FilterInfo)

Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection.

GetDatabaseTablePreviewAsync(AsyncHandle, String, String, String, String, FilterInfo)

Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection.

GetDatabaseTablePreviewAsync<T>(AsyncHandle, Func<Response, T>, String, String, String, String, FilterInfo)

Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection.

GetDatabaseTablePreviewAsync(String, String, String, String, FilterInfo)

Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection.

Declaration

      public Task<GetDatabaseTablePreviewResult> GetDatabaseTablePreviewAsync([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 qDatabase is not set then qOwner must be set.

System.String owner

Owner of the database. If qOwner is not set then qDatabase must be set.

System.String table

Name of the table.

FilterInfo conditions

Returns

Type Description
System.Threading.Tasks.Task<GetDatabaseTablePreviewResult>

Implements

GetDatabaseTablePreviewAsync(AsyncHandle, String, String, String, String, FilterInfo)

Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection.

Declaration

      public Task<GetDatabaseTablePreviewResult> GetDatabaseTablePreviewAsync(AsyncHandle asyncHandle, [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
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String connectionId

Identifier of the connection.

System.String database

Name of the database. If qDatabase is not set then qOwner must be set.

System.String owner

Owner of the database. If qOwner is not set then qDatabase must be set.

System.String table

Name of the table.

FilterInfo conditions

Returns

Type Description
System.Threading.Tasks.Task<GetDatabaseTablePreviewResult>

Implements

GetDatabaseTablePreviewAsync<T>(AsyncHandle, Func<Response, T>, String, String, String, String, FilterInfo)

Retrieves the values of the specified table of a database for a ODBC, OLEDB or CUSTOM connection.

Declaration

      public Task<T> GetDatabaseTablePreviewAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [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
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

System.String connectionId

Identifier of the connection.

System.String database

Name of the database. If qDatabase is not set then qOwner must be set.

System.String owner

Owner of the database. If qOwner is not set then qDatabase must be set.

System.String table

Name of the table.

FilterInfo conditions

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!