SqlServerPropertyExtensions.IsSparse 方法

定義

多載

IsSparse(IReadOnlyProperty)

傳回值,指出屬性的資料行是否為疏鬆。

IsSparse(IReadOnlyProperty, StoreObjectIdentifier)

傳回值,指出屬性的資料行是否為疏鬆。

IsSparse(IReadOnlyProperty)

傳回值,指出屬性的資料行是否為疏鬆。

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)

參數

property
IReadOnlyProperty

屬性。

傳回

true 如果屬性的資料行為疏鬆,則為 。

適用於

IsSparse(IReadOnlyProperty, StoreObjectIdentifier)

傳回值,指出屬性的資料行是否為疏鬆。

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)

參數

property
IReadOnlyProperty

屬性。

storeObject
StoreObjectIdentifier

存放區物件的識別碼。

傳回

true 如果屬性的資料行為疏鬆,則為 。

適用於