GetOleDbProvidersAsync Method
Overloads
| GetOleDbProvidersAsync() | Returns the list of the OLEDB providers installed on the system. | |
| GetOleDbProvidersAsync(AsyncHandle) | Returns the list of the OLEDB providers installed on the system. | |
| GetOleDbProvidersAsync<T>(AsyncHandle, Func<Response, T>) | Returns the list of the OLEDB providers installed on the system. | 
GetOleDbProvidersAsync()
Returns the list of the OLEDB providers installed on the system.
Declaration
      Task<IEnumerable<OleDbProvider>> GetOleDbProvidersAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<OleDbProvider>> | 
GetOleDbProvidersAsync(AsyncHandle)
Returns the list of the OLEDB providers installed on the system.
Declaration
      Task<IEnumerable<OleDbProvider>> GetOleDbProvidersAsync(AsyncHandle asyncHandle)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<OleDbProvider>> | 
GetOleDbProvidersAsync<T>(AsyncHandle, Func<Response, T>)
Returns the list of the OLEDB providers installed on the system.
Declaration
      Task<T> GetOleDbProvidersAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.Func<Response, T> | onResult | Continuation function | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T |