Table of Contents

Class DbMetaConstraint

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

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

string

ConstraintType

Gets or sets the strongly-typed schema constraint category.

public ConstraintType ConstraintType { get; set; }

Property Value

ConstraintType

ConstraintTypeText

Gets or sets the database-specific text representation of the constraint type.

public string ConstraintTypeText { get; set; }

Property Value

string

DisplayText

Gets a descriptive, formatted string representation of the constraint metadata.

public override string DisplayText { get; }

Property Value

string