Grant

Models a grant statement to be executed.

Namespace:
Inetdev.Data.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

Grant

Default constructor

Signature:
public Void Grant()

Properties

DatabaseObjectName

Name of a table or view that will be granted permissions on.

Signature:
public TableName DatabaseObjectName { get; set; }

Grantee

Name of the object to which the permissions are granted.

Signature:
public String Grantee { get; set; }

Permission

Permissions that will be granted.

Signature:
public Permission Permission { get; set; }