Class MySqlCheck
Represents an SQL check constraint.
public sealed class MySqlCheck : SqlCheck, ISqlCheck, ISqlConstraint, ISqlObject
- Inheritance
-
MySqlCheck
- Implements
- Inherited Members
Remarks
MySqlDialect implementation.
Properties
Database
Database that this object belongs to.
public MySqlDatabase Database { get; }
Property Value
Table
Table that this constraint is attached to.
public MySqlTable Table { get; }