Class MySqlPrimaryKey
Represents an SQL primary key constraint.
public sealed class MySqlPrimaryKey : SqlPrimaryKey, ISqlPrimaryKey, ISqlConstraint, ISqlObject
- Inheritance
-
MySqlPrimaryKey
- Implements
- Inherited Members
Remarks
MySqlDialect implementation.
Properties
Database
Database that this object belongs to.
public MySqlDatabase Database { get; }
Property Value
Index
Underlying index that defines this primary key.
public MySqlIndex Index { get; }
Property Value
Table
Table that this constraint is attached to.
public MySqlTable Table { get; }