MetaColumn.MaxLength 属性

定义

获取一个值,该值指示可在数据字段中存储的数据的最大长度。

public:
 property int MaxLength { int get(); };
public int MaxLength { get; }
member this.MaxLength : int
Public ReadOnly Property MaxLength As Integer

属性值

Int32

可在数据字段中存储的数据的最大长度。

注解

MaxLength属性验证属性 StringLengthAttribute 是否应用于数据字段并检索 MaximumLength 属性的值。 如果 StringLengthAttribute 属性未应用于数据字段,该属性将使用 MaxLength 数据库类型来检索允许的最大长度。

适用于

另请参阅