RuntimeProperty.IReadOnlyProperty.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.
Obtient une valeur indiquant si la propriété peut ou non conserver des caractères Unicode.
[System.Diagnostics.DebuggerStepThrough]
bool? IReadOnlyProperty.IsUnicode();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsUnicode : unit -> Nullable<bool>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.IsUnicode : unit -> Nullable<bool>
Function IsUnicode () As Nullable(Of Boolean) Implements IReadOnlyProperty.IsUnicode
Retours
Paramètre Unicode, ou null si aucun n’est défini.
Implémente
- Attributs