다음을 통해 공유


PropertyExtensions.GetContainingIndexes(IProperty) 메서드

정의

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

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

매개 변수

property
IProperty

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

반환

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

적용 대상