SqlServerPropertyExtensions.IsSparse Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
IsSparse(IReadOnlyProperty) |
Mengembalikan nilai yang menunjukkan apakah kolom properti jarang. |
IsSparse(IReadOnlyProperty, StoreObjectIdentifier) |
Mengembalikan nilai yang menunjukkan apakah kolom properti jarang. |
IsSparse(IReadOnlyProperty)
Mengembalikan nilai yang menunjukkan apakah kolom properti jarang.
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)
Parameter
- property
- IReadOnlyProperty
Properti .
Mengembalikan
true
jika kolom properti jarang.
Berlaku untuk
IsSparse(IReadOnlyProperty, StoreObjectIdentifier)
Mengembalikan nilai yang menunjukkan apakah kolom properti jarang.
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)
Parameter
- property
- IReadOnlyProperty
Properti .
- storeObject
- StoreObjectIdentifier
Pengidentifikasi objek penyimpanan.
Mengembalikan
true
jika kolom properti jarang.
Berlaku untuk
Entity Framework