StringPropertyConfiguration.HasMaxLength(Nullable<Int32>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した最大長を使用するようにプロパティを構成します。
public System.Data.Entity.ModelConfiguration.Configuration.StringPropertyConfiguration HasMaxLength(Nullable<int> value);
override this.HasMaxLength : Nullable<int> -> System.Data.Entity.ModelConfiguration.Configuration.StringPropertyConfiguration
Public Function HasMaxLength (value As Nullable(Of Integer)) As StringPropertyConfiguration
パラメーター
戻り値
複数の呼び出しをチェーンできるように、同じ StringPropertyConfiguration インスタンス。