Show / Hide Table of Contents

Class ColumnDefault

Base class to represent default constraint of Column.

Inheritance
System.Object
ColumnDefault
ColumnDefault<T>
Implements
IAddon
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
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest