CreateTableOperation.Columns Property

 

Gets the columns to be included in the new table.

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

public virtual IList<ColumnModel> Columns { get; }

Property Value

Type: System.Collections.Generic.IList<ColumnModel>

The columns to be included in the new table.