Executes a synchronous Select command on the DatasetTable, and provides status information.

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

Public Function SelectCommandWithStatus( _ 
ByRef status As Integer, _ 
ByRef statusMessage As String
) As DataTable
This language is not supported or no code example is available.
public DataTable SelectCommandWithStatus( 
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 tags configured in the mapping column will receive the value of the first row.

.NET Framework

Supported in: 4.6.2, 4.7