DatasetTable.NextCommandAsync Method

Executes an asynchronous 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>

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition