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>
.NET Framework
Supported in: 4.6.2, 4.7