Aracılığıyla paylaş


SqlServerPropertyExtensions.IsSparse Yöntem

Tanım

Aşırı Yüklemeler

IsSparse(IReadOnlyProperty)

Özelliğin sütununun seyrek olup olmadığını gösteren bir değer döndürür.

IsSparse(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin sütununun seyrek olup olmadığını gösteren bir değer döndürür.

IsSparse(IReadOnlyProperty)

Özelliğin sütununun seyrek olup olmadığını gösteren bir değer döndürür.

public static bool? IsSparse (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member IsSparse : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> Nullable<bool>
<Extension()>
Public Function IsSparse (property As IReadOnlyProperty) As Nullable(Of Boolean)

Parametreler

property
IReadOnlyProperty

Özellik.

Döndürülenler

true özelliğin sütunu seyrek ise.

Şunlara uygulanır

IsSparse(IReadOnlyProperty, StoreObjectIdentifier)

Özelliğin sütununun seyrek olup olmadığını gösteren bir değer döndürür.

public static bool? IsSparse (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsSparse : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsSparse (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

Parametreler

property
IReadOnlyProperty

Özellik.

storeObject
StoreObjectIdentifier

Store nesnesinin tanımlayıcısı.

Döndürülenler

true özelliğin sütunu seyrek ise.

Şunlara uygulanır