DatasetTable.UpdateCommandWithStatusAsync Method

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

Parameters

status
TRef<int>

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