DatasetTable.InsertCommandWithStatusAsync Method

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

Parameters

statusMessage
TRef<string>

Return Value

Task<int>

.NET Framework

Supported in: 4.8

In this article

Definition