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 定义,则为 。

实现

属性

适用于