fill_dgv_Async(CancellationToken) Method
opens connection, creates command from SQLText and calls ExecuteReaderAsync to asynchronously fill the AdHocSQLQueryResult datagridview
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public Task fill_dgv_Async(
CancellationToken ct
)
Parameters
- ct
- Type: CancellationToken
Returns
Task