Class PostgreSqlPrimaryKey
- Namespace
- LfrlAnvil.PostgreSql.Objects
- Assembly
- LfrlAnvil.PostgreSql.dll
Represents an SQL primary key constraint.
public sealed class PostgreSqlPrimaryKey : SqlPrimaryKey, ISqlPrimaryKey, ISqlConstraint, ISqlObject
- Inheritance
-
PostgreSqlPrimaryKey
- Implements
- Inherited Members
Remarks
PostgreSqlDialect implementation.
Properties
Database
Database that this object belongs to.
public PostgreSqlDatabase Database { get; }
Property Value
Index
Underlying index that defines this primary key.
public PostgreSqlIndex Index { get; }
Property Value
Table
Table that this constraint is attached to.
public PostgreSqlTable Table { get; }