Compartir a través de


RuntimeProperty.IReadOnlyProperty.IsUnicode Método

Definición

Obtiene un valor que indica si la propiedad puede conservar o no caracteres 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

Devoluciones

La configuración Unicode, o null si no se define ninguna.

Implementaciones

Atributos

Se aplica a