Enum ViewCheckOption
ViewCheckOption limits the write operations done on a VIEW
(INSERT
, UPDATE
, DELETE
) to rows in which the WHERE
clause is TRUE
Namespace: Mysqlx.Crud
Assembly: MySql.Data.dll
Version: 9.2.0
Syntax
public enum ViewCheckOption
Fields
Name | Description |
---|---|
Cascaded |
|
Local |
|