Compartir a través de


MutablePropertyExtensions.SetIsUnicode Método

Definición

Establece un valor que indica si esta propiedad puede conservar caracteres Unicode.

public static void SetIsUnicode (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, bool? unicode);
static member SetIsUnicode : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<bool> -> unit
<Extension()>
Public Sub SetIsUnicode (property As IMutableProperty, unicode As Nullable(Of Boolean))

Parámetros

property
IMutableProperty

La propiedad cuyo valor se va a establecer.

unicode
Nullable<Boolean>

true si la propiedad acepta caracteres Unicode, false si no lo hace, null para borrar la configuración.

Se aplica a