RelationalPropertyExtensions.IsUnicode Yöntem

Tanım

Aşırı Yüklemeler

IsUnicode(IProperty, StoreObjectIdentifier)

Özelliğin Unicode karakterleri kalıcı yapıp yapamayacağını gösteren bir değer alır.

IsUnicode(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin Unicode karakterleri kalıcı yapıp yapamayacağını gösteren bir değer alır.

IsUnicode(IProperty, StoreObjectIdentifier)

Özelliğin Unicode karakterleri kalıcı yapıp yapamayacağını gösteren bir değer alır.

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)

Parametreler

property
IProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depo nesnesinin tanımlayıcısı.

Döndürülenler

Nullable<Boolean>

Unicode ayarı veya null hiçbiri tanımlanmazsa.

Şunlara uygulanır

IsUnicode(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin Unicode karakterleri kalıcı yapıp yapamayacağını gösteren bir değer alır.

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)

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Sütunu içeren tablo benzeri depo nesnesinin tanımlayıcısı.

Döndürülenler

Nullable<Boolean>

Unicode ayarı veya null hiçbiri tanımlanmazsa.

Şunlara uygulanır