Updates the current row of the DatasetTable with the values from the tags configured in the mapping column, and provides status information.

Namespace: T.Modules.DataSet
Assembly: T.Modules (in T.Modules.dll)

Public Function UpdateCommandWithStatus( _ 
ByRef status As Integer, _ 
ByRef statusMessage As String
) As DataTable
This language is not supported or no code example is available.
public DataTable UpdateCommandWithStatus( 
out int status
out string statusMessage 
)
This language is not supported or no code example is available.

Parameters

status
Type: int

statusMessage
Type: string

Return Value

Type: DataTable
The index of the current row is defined by the CursorIndex property.

.NET Framework

Supported in: 4.6.2, 4.7