RelationalPropertyAnnotations.SetFixedLength(Boolean) 方法

定义

将 属性配置为能够仅存储固定长度的数据,例如字符串。

protected virtual bool SetFixedLength (bool fixedLength);
abstract member SetFixedLength : bool -> bool
override this.SetFixedLength : bool -> bool
Protected Overridable Function SetFixedLength (fixedLength As Boolean) As Boolean

参数

fixedLength
Boolean

一个值,该值指示属性是否受固定长度值的约束。

返回

True 如果可以设置该值,则为 ; false 否则。

适用于