StringColumnConfiguration.HasColumnOrder(Nullable<Int32>) Method

Definition

Configures the order of the database column.

public System.Data.Entity.ModelConfiguration.Configuration.StringColumnConfiguration HasColumnOrder (Nullable<int> columnOrder);
override this.HasColumnOrder : Nullable<int> -> System.Data.Entity.ModelConfiguration.Configuration.StringColumnConfiguration
Public Function HasColumnOrder (columnOrder As Nullable(Of Integer)) As StringColumnConfiguration

Parameters

columnOrder
Nullable<Int32>

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

Returns

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

Applies to