DatasetQuery.NextCommandAsync Method

Executes a synchronous Next command that increments the value of the CursorIndex property.
<ID("NextCommandAsync", (int)e.NextCommandAsync)> _ 
Public Function NextCommandAsync() As Task(Of Integer)
This language is not supported or no code example is available.
[ID("NextCommandAsync", (int)e.NextCommandAsync)] 
public Task<int> NextCommandAsync()
This language is not supported or no code example is available.

Return Value

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

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition