Enum ViewSqlSecurity
ViewSqlSecurity defines the security context in which the view is going to be executed; this means that VIEW can be executed with current user permissions or with permissions of the user who defined the VIEW
Namespace: Mysqlx.Crud
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public enum ViewSqlSecurity
Fields
Name | Description |
---|---|
Definer |
|
Invoker |
|