IHostConfigurationGetTableFieldSettingsAsync Method

Gets the configuration of the table fields asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<List<TableField>> GetTableFieldSettingsAsync(
	string table
)

Parameters

table  String
Table from which you want to obtain the configuration.

Return Value

TaskListTableField
List<TableField> with the fields configuration.

See Also