Sends an asynchronous Next command when the value is changed.
        Namespace:
T.Modules.DataSet
        
Assembly: T.Modules (in T.Modules.dll)
	
	
	
	
	
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: T.Modules (in T.Modules.dll)
	
			The value of the NextExecuted property is changed when the operation is concluded.
	
					
	
C# Example:
			
				
				
				
					
													
	
					
if (@Dataset.Table.table1.Next.Equals(0)) @Dataset.Table.table1.Next= 1; else @Dataset.Table.table1.Next = 0;