SqlServerPropertyExtensions.IsSparse Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
Entity Framework