Sends an asynchronous Insert command when the value is changed.

Namespace: T.Modules.DataSet
Assembly: T.Modules (in T.Modules.dll)

Public Property Insert() As Integer
This language is not supported or no code example is available.
public int Insert {get; set;}
This language is not supported or no code example is available.

Property Value

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

.NET Framework

Supported in: 4.6.2, 4.7