Sends an asynchronous Delete command when the value is changed.

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

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

Property Value

Type: int
The value of the DeleteExecuted property is changed when the operation is concluded.
C# Example
  if (@Dataset.File.File1Unicode.Load.Equals(0))
  @Dataset.File.File1Unicode.Delete = 1;
  else
 @Dataset.File.File1Unicode.Delete = 0;
  					

.NET Framework

Supported in: 4.6.2, 4.7