PropertiesConfigurationBuilder<TProperty>.HaveMaxLength(Int32) 方法

定义

配置可以存储在此属性中的数据的最大长度。 只能对数组属性设置最大长度 (包括 String 属性) 。

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder<TProperty> HaveMaxLength (int maxLength);
override this.HaveMaxLength : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder<'Property>
Public Overridable Function HaveMaxLength (maxLength As Integer) As PropertiesConfigurationBuilder(Of TProperty)

参数

maxLength
Int32

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

返回

同一生成器实例,以便可以链接多个配置调用。

适用于