次の方法で共有


DecimalPropertyConfiguration.HasColumnOrder(Nullable<Int32>) メソッド

定義

プロパティの格納に使用するデータベース列の順序を構成します。 このメソッドは、エンティティ型が複合キーを持つ場合のキーの順序を指定する際にも使用します。

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

パラメーター

columnOrder
Nullable<Int32>

この列がデータベース テーブルに出現する順序。

戻り値

複数の呼び出しをチェーンできるように、同じ DecimalPropertyConfiguration インスタンス。

適用対象