Sends an asynchronous Execute command when the value is changed.

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

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

Property Value

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

.NET Framework

Supported in: 4.6.2, 4.7