DatasetTable.DeleteCommandAsync Method

Deletes the current row of the DatasetTable.
<ID("DeleteCommandAsync", (int)e.DeleteCommandAsync)> _ 
Public Function DeleteCommandAsync() As Task(Of Integer)
This language is not supported or no code example is available.
[ID("DeleteCommandAsync", (int)e.DeleteCommandAsync)] 
public Task<int> DeleteCommandAsync()
This language is not supported or no code example is available.

Return Value

Task<int>
Remarks
 
The index of the current row is defined by the CursorIndex property.

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition