IConventionProperty.GetContainingIndexes Method

Definition

Gets all indexes that use this property (including composite indexes in which this property is included).

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

Returns

The indexes that use this property.

Applies to