RelationalPropertyAnnotations.SetFixedLength(Boolean) Método

Definición

Configura la propiedad como capaz de almacenar solo datos de longitud fija, como cadenas.

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

Parámetros

fixedLength
Boolean

Valor que indica si la propiedad está restringida a valores de longitud fija.

Devoluciones

True si se puede establecer el valor; false Lo contrario.

Se aplica a