Class DbTableConstraint
Base class to represent database table constraint.
Inheritance
System.Object
DbTableConstraint
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Addons
Assembly: DevZest.Data.dll
Syntax
public abstract class DbTableConstraint : IAddon
Constructors
Name | Description |
---|---|
DbTableConstraint(String, String) | Initializes a new instance of the DbTableConstraint class. |
Properties
Name | Description |
---|---|
Description | Gets the description of this constraint. |
IsValidOnTable | Gets a value indicates whether this constraint will be applied for database table. |
IsValidOnTempTable | Gets a value indicates whether this constraint will be applied for database temporary table. |
Name | Gets the explicit name of this constraint. |
SystemName | Gets the system name of this constraint. |
Explicit Interface Implementations
Name | Description |
---|---|
IAddon.Key |