Create a DDL statement to grant permission to a table.
Syntax
Parameters
| Name | Type | Optional | ByRef | Description |
| 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
- Member of:
- ISDatabaseProviderBuilderUtilitiesBase
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0