IHostConfigurationGetTableDataExpressionAsync Method
Gets the expression data of the indicated table and record asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<Data> GetTableDataExpressionAsync(
string table,
long id
)
Function GetTableDataExpressionAsync (
table As String,
id As Long
) As Task(Of Data)
- table String
- Expression data table.
- id Int64
- Record identifier.
TaskDataData with the table element.