ColumnConfiguration.Order Property

 

Gets or sets the order that this column should appear in the database table.

Namespace:   Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

public Nullable<int> Order {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Nullable<Int32>

The order that this column should appear in the database table.