共用方式為


RuntimeProperty.IReadOnlyProperty.GetContainingIndexes 方法

定義

取得使用此屬性的所有索引 (包括包含此屬性的複合索引) 。

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex> IReadOnlyProperty.GetContainingIndexes ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetContainingIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex>
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetContainingIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex>
Function GetContainingIndexes () As IEnumerable(Of IReadOnlyIndex) Implements IReadOnlyProperty.GetContainingIndexes

傳回

使用這個屬性的索引。

實作

屬性

適用於