Class DbMetaConstraint
Represents metadata for a database constraint.
public class DbMetaConstraint : DbMetaObject
- Inheritance
-
DbMetaConstraint
- Derived
- Inherited Members
- Extension Methods
Properties
Columns
Gets or sets the list of column names involved in this constraint.
public string Columns { get; set; }
Property Value
ConstraintType
Gets or sets the strongly-typed schema constraint category.
public ConstraintType ConstraintType { get; set; }
Property Value
ConstraintTypeText
Gets or sets the database-specific text representation of the constraint type.
public string ConstraintTypeText { get; set; }
Property Value
DisplayText
Gets a descriptive, formatted string representation of the constraint metadata.
public override string DisplayText { get; }