DatasetTable.InsertCommandAsync Method

Inserts the values from the tags configured in the mapping column into the DatasetTable at the position indicated by the CursorIndex property.
<ID("InsertCommandAsync", (int)e.InsertCommandAsync)> _ 
Public Function InsertCommandAsync() As Task(Of Integer)
This language is not supported or no code example is available.
[ID("InsertCommandAsync", (int)e.InsertCommandAsync)] 
public Task<int> InsertCommandAsync()
This language is not supported or no code example is available.

Return Value

Task<int>

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition