Share via


RelationalPropertyExtensions.IsUnicode Metodo

Definizione

Overload

IsUnicode(IProperty, StoreObjectIdentifier)

Ottiene un valore che indica se la proprietà può rendere persistenti i caratteri Unicode.

IsUnicode(IReadOnlyProperty, StoreObjectIdentifier)

Ottiene un valore che indica se la proprietà può rendere persistenti i caratteri Unicode.

IsUnicode(IProperty, StoreObjectIdentifier)

Ottiene un valore che indica se la proprietà può rendere persistenti i caratteri 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)

Parametri

property
IProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Restituisce

Impostazione Unicode o null se non è definita alcuna impostazione.

Si applica a

IsUnicode(IReadOnlyProperty, StoreObjectIdentifier)

Ottiene un valore che indica se la proprietà può rendere persistenti i caratteri 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)

Parametri

property
IReadOnlyProperty

Proprietà.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto archivio simile alla tabella contenente la colonna.

Restituisce

Impostazione Unicode o null se non è definita alcuna impostazione.

Si applica a