Bagikan melalui


SqlServerPropertyExtensions.IsSparse Metode

Definisi

Overload

IsSparse(IReadOnlyProperty)

Mengembalikan nilai yang menunjukkan apakah kolom properti jarang.

IsSparse(IReadOnlyProperty, StoreObjectIdentifier)

Mengembalikan nilai yang menunjukkan apakah kolom properti jarang.

IsSparse(IReadOnlyProperty)

Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs

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)

Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs
Sumber:
SqlServerPropertyExtensions.cs

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