다음을 통해 공유


MutablePropertyExtensions.GetContainingIndexes(IMutableProperty) 메서드

정의

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

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

매개 변수

property
IMutableProperty

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

반환

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

적용 대상