IProperty.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.IIndex> GetContainingIndexes ();
abstract member GetContainingIndexes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IIndex>
Public Function GetContainingIndexes () As IEnumerable(Of IIndex)

Returns

The indexes that use this property.

Applies to