Class SqliteCheck
Represents an SQL check constraint.
public sealed class SqliteCheck : SqlCheck, ISqlCheck, ISqlConstraint, ISqlObject
- Inheritance
-
SqliteCheck
- Implements
- Inherited Members
Remarks
SqliteDialect implementation.
Properties
Database
Database that this object belongs to.
public SqliteDatabase Database { get; }
Property Value
Table
Table that this constraint is attached to.
public SqliteTable Table { get; }
Property Value
Methods
ToString()
Returns a string representation of this SqliteCheck instance.
[Pure]
public override string ToString()
Returns
- string
String representation.