IHostConfigurationAllowTableAccess Method

Indicates whether access to the table is allowed for the current user.

Definition

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

Parameters

table  String
Table name.

Return Value

Boolean
if allowed table access; otherwise, .

See Also