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 プロパティの列がスパースの場合は 。

適用対象