Interface ISqlConstraint
Represents an SQL constraint attached to a table.
public interface ISqlConstraint : ISqlObject
- Inherited Members
Properties
Table
Table that this constraint is attached to.
ISqlTable Table { get; }
Represents an SQL constraint attached to a table.
public interface ISqlConstraint : ISqlObject
Table that this constraint is attached to.
ISqlTable Table { get; }