CreateTableOperation.Columns Property

Definition

Gets the columns to be included in the new table.

public virtual System.Collections.Generic.IList<System.Data.Entity.Migrations.Model.ColumnModel> Columns { get; }
member this.Columns : System.Collections.Generic.IList<System.Data.Entity.Migrations.Model.ColumnModel>
Public Overridable ReadOnly Property Columns As IList(Of ColumnModel)

Property Value

Applies to