Aracılığıyla paylaş


RelationalPropertyExtensions.IsUnicode Yöntem

Tanım

Aşırı Yüklemeler

IsUnicode(IProperty, StoreObjectIdentifier)

Özelliğin Unicode karakterlerinin kalıcı olup olmadığını belirten bir değer alır.

IsUnicode(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin Unicode karakterlerinin kalıcı olup olmadığını belirten bir değer alır.

IsUnicode(IProperty, StoreObjectIdentifier)

Özelliğin Unicode karakterlerinin kalıcı olup olmadığını belirten 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 depolama nesnesinin tanımlayıcısı.

Döndürülenler

Unicode ayarı veya null tanımlı değilse.

Şunlara uygulanır

IsUnicode(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin Unicode karakterlerinin kalıcı olup olmadığını belirten 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 depolama nesnesinin tanımlayıcısı.

Döndürülenler

Unicode ayarı veya null tanımlı değilse.

Şunlara uygulanır