DatasetTable.Update Property

Sends an asynchronous Update command when the value is changed.
<ID("Update", (int)e.Update)> _ 
Public Property Update() As Integer
This language is not supported or no code example is available.
[ID("Update", (int)e.Update)] 
public int Update {get; set;}
This language is not supported or no code example is available.

Property Value

int
Remarks
 
The value of the UpdateExecuted property is changed when the operation is concluded.
Example
 
C# Example:
 if (@Dataset.Table.table1.Update.Equals(0))
 @Dataset.Table.table1.Update = 1;
 else
 @Dataset.Table.table1.Update = 0;
 					

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition