次の方法で共有


SqlServerIndexExtensions.GetIncludeProperties メソッド

定義

オーバーロード

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

含まれているプロパティ名を返します。指定 null されていない場合は を返します。

GetIncludeProperties(IReadOnlyIndex)

含まれているプロパティ名を返します。指定 null されていない場合は を返します。

GetIncludeProperties(IIndex)

含まれているプロパティ名を返します。指定 null されていない場合は を返します。

GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier)

含まれているプロパティ名を返します。指定 null されていない場合は を返します。

public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As IReadOnlyList(Of String)

パラメーター

index
IReadOnlyIndex

インデックス。

storeObject
StoreObjectIdentifier

ストア オブジェクトの識別子。

戻り値

含まれるプロパティ名。指定 null されていない場合は 。

適用対象

GetIncludeProperties(IReadOnlyIndex)

含まれているプロパティ名を返します。指定 null されていない場合は を返します。

public static System.Collections.Generic.IReadOnlyList<string>? GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IReadOnlyIndex) As IReadOnlyList(Of String)

パラメーター

index
IReadOnlyIndex

インデックス。

戻り値

含まれるプロパティ名。指定 null されていない場合は 。

適用対象

GetIncludeProperties(IIndex)

含まれているプロパティ名を返します。指定 null されていない場合は を返します。

public static System.Collections.Generic.IReadOnlyList<string> GetIncludeProperties (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member GetIncludeProperties : Microsoft.EntityFrameworkCore.Metadata.IIndex -> System.Collections.Generic.IReadOnlyList<string>
<Extension()>
Public Function GetIncludeProperties (index As IIndex) As IReadOnlyList(Of String)

パラメーター

index
IIndex

インデックス。

戻り値

含まれるプロパティ名。指定 null されていない場合は 。

適用対象