DatasetQuery.SelectCommandAsync Method

Executes a synchronous Select command, according to the SqlStatement.
<ID("SelectCommandAsync", (int)e.SelectCommandAsync)> _ 
Public Function SelectCommandAsync() As Task(Of DataTable)
This language is not supported or no code example is available.
[ID("SelectCommandAsync", (int)e.SelectCommandAsync)] 
public Task<DataTable> SelectCommandAsync()
This language is not supported or no code example is available.

Return Value

Task<DataTable>
Remarks
 
The tags configured in the mapping column will receive the value of the first row.

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition