DatasetQuery.SelectCommandWithStatusAsync Method

Executes an asynchronous Select command according to the SqlStatement, and displays 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. <para>Parameters</para> <para>string statusMessage</para> <para>message with the status of the select command</para>

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition