共用方式為


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 否則。

適用於