Table of Contents

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

PostgreSqlDatabase

Table

Table that this constraint is attached to.

public PostgreSqlTable Table { get; }

Property Value

PostgreSqlTable