Condividi tramite


ConventionPropertyExtensions.SetIsUnicode Metodo

Definizione

Imposta un valore che indica se questa proprietà può rendere persistenti i caratteri Unicode.

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

Parametri

property
IConventionProperty

Proprietà per cui impostare il valore.

unicode
Nullable<Boolean>

true se la proprietà accetta caratteri Unicode, false in caso contrario, null per cancellare l'impostazione.

fromDataAnnotation
Boolean

Indica se la configurazione è stata specificata utilizzando un'annotazione dati.

Restituisce

Il valore configurato.

Si applica a