IHostConfigurationHasTablePermission Method

Gets if you have a specific permission to the table.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
bool HasTablePermission(
	string table,
	TablePermissions permission
)

Parameters

table  String
Table name.
permission  TablePermissions
TablePermissions with the permission to consult.

Return Value

Boolean
if allowed table permission; otherwise, .

See Also