Models a grant statement to be executed.
Default constructor
public Void Grant()
Name of a table or view that will be granted permissions on.
public TableName DatabaseObjectName { get; set; }
Name of the object to which the permissions are granted.
public String Grantee { get; set; }
In this document