StringColumnConfiguration.HasColumnOrder Method (Nullable<Int32>)

 

Configures the order of the database column.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

public StringColumnConfiguration HasColumnOrder(
	Nullable<int> columnOrder
)

Parameters

columnOrder
Type: System.Nullable<Int32>

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

Return Value

Type: System.Data.Entity.ModelConfiguration.Configuration.StringColumnConfiguration

The same StringColumnConfiguration instance so that multiple calls can be chained.