DatasetTable.BeginSelectCommandAsync Method

Begin executing an asynchronous Select command on the DatasetTable
<ID("BeginSelectCommandAsync", (int)e.BeginSelectCommandAsync)> _ 
Public Function BeginSelectCommandAsync( _ 
ByVal callback As AsyncCallback
) As Task(Of IAsyncResult)
This language is not supported or no code example is available.
[ID("BeginSelectCommandAsync", (int)e.BeginSelectCommandAsync)] 
public Task<IAsyncResult> BeginSelectCommandAsync( 
AsyncCallback callback 
)
This language is not supported or no code example is available.

Parameters

callback
AsyncCallback

Callback that will be called after executing

Return Value

Task<IAsyncResult>

Reference to object that should be passed to EndSelectCommand method while executing callback.

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition