IReadOnlyProperty.GetContainingIndexes 方法

定義

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

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex> GetContainingIndexes ();
abstract member GetContainingIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex>
Public Function GetContainingIndexes () As IEnumerable(Of IReadOnlyIndex)

傳回

使用這個屬性的索引。

適用於