IHostConfigurationGetTableDataExpressionAsync Method

Gets the expression data of the indicated table and record asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<Data> GetTableDataExpressionAsync(
	string table,
	long id
)

Parameters

table  String
Expression data table.
id  Int64
Record identifier.

Return Value

TaskData
Data with the table element.

See Also