ConventionPropertyExtensions.GetContainingIndexes(IConventionProperty) Yöntem

Tanım

Bu özelliği kullanan tüm dizinleri alır (Bu özelliğin dahil olduğu bileşik dizinler dahil).

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionIndex> GetContainingIndexes (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetContainingIndexes : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionIndex>
<Extension()>
Public Function GetContainingIndexes (property As IConventionProperty) As IEnumerable(Of IConventionIndex)

Parametreler

property
IConventionProperty

İçin dizinlerin alınacağı özellik.

Döndürülenler

IEnumerable<IConventionIndex>

Bu özelliği kullanan dizinler.

Şunlara uygulanır