Create a DDL statement to grant permission to a table.

Syntax

ISDatabaseProviderBuilderUtilitiesBase.DdlPermissionGrant(action, grantee, tableName, [objectType])

Parameters

NameTypeOptionalByRefDescription
action String The action to grant.
grantee String Who to grant the permission to.
tableName String The table to grant permission on.
objectType String Optional Required for MSJet Databases. The object to grant permissions on, eg Table.

Return Value

String

A String value.

Member of:
ISDatabaseProviderBuilderUtilitiesBase
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0