SqlServerIndexExtensions.GetIncludeProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetIncludeProperties(IReadOnlyIndex, StoreObjectIdentifier) |
含まれているプロパティ名を返します。指定 |
GetIncludeProperties(IReadOnlyIndex) |
含まれているプロパティ名を返します。指定 |
GetIncludeProperties(IIndex) |
含まれているプロパティ名を返します。指定 |
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
されていない場合は 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework