ConventionPropertyExtensions.SetIsUnicode Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit une valeur indiquant si cette propriété peut conserver des caractères 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)
Paramètres
- property
- IConventionProperty
Propriété pour laquelle définir la valeur.
true
si la propriété accepte les caractères Unicode, false
si ce n’est pas le cas, null
pour effacer le paramètre.
- fromDataAnnotation
- Boolean
Indique si la configuration a été spécifiée à l’aide d’une annotation de données.
Retours
Valeur configurée.