DatasetTable.SelectCommandWithStatusAsync Method

Executes an asynchronous Select command on the DatasetTable, and provides status information.
<ID("SelectCommandWithStatusAsync", (int)e.SelectCommandWithStatusAsync)> _ 
Public Function SelectCommandWithStatusAsync( _ 
ByVal status As TRef<int>
) As Task(Of DataTable)
This language is not supported or no code example is available.
[ID("SelectCommandWithStatusAsync", (int)e.SelectCommandWithStatusAsync)] 
public Task<DataTable> SelectCommandWithStatusAsync( 
TRef<int> status 
)
This language is not supported or no code example is available.

Parameters

status
TRef<int>

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