Class ColumnDefault
Base class to represent default constraint of Column.
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 ColumnDefault : IAddon
Remarks
ColumnDefault implements IAddon with key of ColumnDefault type. Retrieve ColumnDefault by calling GetDefault() method.
Properties
Name | Description |
---|---|
DbExpression | Gets the DbExpression of the default constraint. |
Description | Gets the description of the default constraint. |
Name | Gets the name of the default constraint. |
Explicit Interface Implementations
Name | Description |
---|---|
IAddon.Key |