次の方法で共有


RuntimeTypeMappingConfiguration.ITypeMappingConfiguration.GetMaxLength メソッド

定義

このプロパティで許可されているデータの最大長を取得します。 たとえば、 プロパティが の String 場合、これは最大文字数です。

[System.Diagnostics.DebuggerStepThrough]
int? ITypeMappingConfiguration.GetMaxLength ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration.GetMaxLength : unit -> Nullable<int>
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration.GetMaxLength : unit -> Nullable<int>
Function GetMaxLength () As Nullable(Of Integer) Implements ITypeMappingConfiguration.GetMaxLength

戻り値

最大長。または null 何も定義されていない場合は 。

実装

属性

適用対象