MutablePropertyExtensions.SetMaxLength 方法

定义

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

public static void SetMaxLength (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? maxLength);
static member SetMaxLength : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetMaxLength (property As IMutableProperty, maxLength As Nullable(Of Integer))

参数

property
IMutableProperty

要设置的最大长度的属性。

maxLength
Nullable<Int32>

此属性中允许的最大数据长度。

适用于