Share via


PropertyExtensions.GetMaxLength(IProperty) 方法

定义

获取此属性中允许的最大数据长度。 例如,如果 属性为 , String 则这是最大字符数。

public static int? GetMaxLength (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetMaxLength : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<int>
<Extension()>
Public Function GetMaxLength (property As IProperty) As Nullable(Of Integer)

参数

property
IProperty

要获取的最大长度的属性。

返回

最大长度;如果未定义, null 则为 。

适用于