DatasetTable.Delete Property
The value of the DeleteExecuted property is changed when the operation is concluded.
C# Example:
if (@Dataset.Table.table1.Delete.Equals(0)) @Dataset.Table.table1.Delete= 1; else @Dataset.Table.table1.Delete = 0;