次の方法で共有


LengthPropertyConfiguration.IsFixedLength メソッド

定義

プロパティを固定長として構成します。 HasMaxLength を使用してプロパティの固定の長さを設定します。

public System.Data.Entity.ModelConfiguration.Configuration.LengthPropertyConfiguration IsFixedLength();
member this.IsFixedLength : unit -> System.Data.Entity.ModelConfiguration.Configuration.LengthPropertyConfiguration
Public Function IsFixedLength () As LengthPropertyConfiguration

戻り値

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

適用対象