DatasetQuery.ExecuteCommandAsync Method

Execute an asynchronous command according to the SqlStatement
<ID("ExecuteCommandAsync", (int)e.ExecuteCommandAsync)> _ 
Public Function ExecuteCommandAsync() As Task(Of Integer)
This language is not supported or no code example is available.
[ID("ExecuteCommandAsync", (int)e.ExecuteCommandAsync)] 
public Task<int> ExecuteCommandAsync()
This language is not supported or no code example is available.

Return Value

Task<int>

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition