DatasetTable.UpdateCommandAsync Method

Updates the current row of the DatasetTable with the values from the tags configured in the mapping column.
<ID("UpdateCommandAsync", (int)e.UpdateCommand)> _ 
Public Function UpdateCommandAsync() As Task(Of DataTable)
This language is not supported or no code example is available.
[ID("UpdateCommandAsync", (int)e.UpdateCommand)] 
public Task<DataTable> UpdateCommandAsync()
This language is not supported or no code example is available.

Return Value

Task<DataTable>
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