ColumnModel.ClrDefaultValue Property

 

Gets the default value for the CLR type corresponding to the database type of this column.

Namespace:   System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual object ClrDefaultValue { get; }

Property Value

Type: System.Object