Class PostgreSqlCheck
- Namespace
- LfrlAnvil.PostgreSql.Objects
- Assembly
- LfrlAnvil.PostgreSql.dll
Represents an SQL check constraint.
public sealed class PostgreSqlCheck : SqlCheck, ISqlCheck, ISqlConstraint, ISqlObject
- Inheritance
-
PostgreSqlCheck
- Implements
- Inherited Members
Remarks
PostgreSqlDialect implementation.
Properties
Database
Database that this object belongs to.
public PostgreSqlDatabase Database { get; }
Property Value
Table
Table that this constraint is attached to.
public PostgreSqlTable Table { get; }