IHostConfigurationGetTableId Method

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

Definition

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

Parameters

table  String
Table name.

Return Value

Int32
Int32 with the identifier of the table.

See Also