IHostConfigurationGetTableDescription(Int32) Method

Gets the description of the table corresponding to the indicated identifier.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string GetTableDescription(
	int idTable
)

Parameters

idTable  Int32
Table identifier.

Return Value

String
String with the description of the table.

See Also