RelationalPropertyExtensions.IsUnicode 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.
Surcharges
IsUnicode(IProperty, StoreObjectIdentifier) |
Obtient une valeur indiquant si la propriété peut ou non conserver des caractères Unicode. |
IsUnicode(IReadOnlyProperty, StoreObjectIdentifier) |
Obtient une valeur indiquant si la propriété peut ou non conserver des caractères Unicode. |
IsUnicode(IProperty, StoreObjectIdentifier)
Obtient une valeur indiquant si la propriété peut ou non conserver des caractères Unicode.
public static bool? IsUnicode (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsUnicode : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsUnicode (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)
Paramètres
- property
- IProperty
Propriété.
- storeObject
- StoreObjectIdentifier
Identificateur de l’objet de magasin de type table contenant la colonne.
Retours
Paramètre Unicode, ou null
si aucun n’est défini.
S’applique à
IsUnicode(IReadOnlyProperty, StoreObjectIdentifier)
Obtient une valeur indiquant si la propriété peut ou non conserver des caractères Unicode.
public static bool? IsUnicode (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsUnicode : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsUnicode (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)
Paramètres
- property
- IReadOnlyProperty
Propriété.
- storeObject
- StoreObjectIdentifier
Identificateur de l’objet de magasin de type table contenant la colonne.
Retours
Paramètre Unicode, ou null
si aucun n’est défini.