Skip to main content Skip to complementary content

GetDatabasesAsync Method

Overloads

GetDatabasesAsync(String)

Lists the databases inside a ODBC, OLEDB or CUSTOM data source.

GetDatabasesAsync(AsyncHandle, String)

Lists the databases inside a ODBC, OLEDB or CUSTOM data source.

GetDatabasesAsync<T>(AsyncHandle, Func<Response, T>, String)

Lists the databases inside a ODBC, OLEDB or CUSTOM data source.

GetDatabasesAsync(String)

Lists the databases inside a ODBC, OLEDB or CUSTOM data source.

Declaration

      public Task<IEnumerable<Database>> GetDatabasesAsync([QixName("qConnectionId")] string connectionId)
    

Parameters

Type Name Description
System.String connectionId

Identifier of the connection.

Returns

Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Database>>

Implements

GetDatabasesAsync(AsyncHandle, String)

Lists the databases inside a ODBC, OLEDB or CUSTOM data source.

Declaration

      public Task<IEnumerable<Database>> GetDatabasesAsync(AsyncHandle asyncHandle, [QixName("qConnectionId")] string connectionId)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String connectionId

Identifier of the connection.

Returns

Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Database>>

Implements

GetDatabasesAsync<T>(AsyncHandle, Func<Response, T>, String)

Lists the databases inside a ODBC, OLEDB or CUSTOM data source.

Declaration

      public Task<T> GetDatabasesAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qConnectionId")] string connectionId)
    

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.

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!