DatasetQuery.Next Property

Sends an asynchronous Next command when the value is changed.
[ID("Next", (int)e.Next)] 
public int Next {get; set;}

Property Value

int
Remarks
 
The value of the NextExecuted property is changed when the operation is concluded.
Example
 
C# Example:
 if (@Dataset.Query.Query1.Next.Equals(0))
   @Dataset.Query.Query1.Next = 1;
 else
   @Dataset.Query.Query1.Next = 0;
 					

.NET Framework

Supported in: 4.8