다음을 통해 공유


ConventionPropertyExtensions.GetContainingIndexes(IConventionProperty) 메서드

정의

이 속성을 사용하는 모든 인덱스를 가져옵니다(이 속성이 포함된 복합 인덱스 포함).

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)

매개 변수

property
IConventionProperty

인덱스를 가져올 속성입니다.

반환

이 속성을 사용하는 인덱스입니다.

적용 대상