RelationalPropertyExtensions.IsUnicode Méthode

Définition

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.

S’applique à