IHostConfigurationHasTablePermission Method
Gets if you have a specific permission to the table.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
bool HasTablePermission(
string table,
TablePermissions permission
)
Function HasTablePermission (
table As String,
permission As TablePermissions
) As Boolean
- table String
- Table name.
- permission TablePermissions
- TablePermissions with the permission to consult.
Boolean if allowed table permission; otherwise,
.