다음을 통해 공유


MutableEntityTypeExtensions.RemoveIndex 메서드

정의

이 엔터티 형식에서 인덱스를 제거합니다.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableIndex RemoveIndex (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> properties);
static member RemoveIndex : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> -> Microsoft.EntityFrameworkCore.Metadata.IMutableIndex
<Extension()>
Public Function RemoveIndex (entityType As IMutableEntityType, properties As IReadOnlyList(Of IMutableProperty)) As IMutableIndex

매개 변수

entityType
IMutableEntityType

엔터티 형식입니다.

properties
IReadOnlyList<IMutableProperty>

인덱스 구성 속성입니다.

반환

제거된 인덱스입니다.

적용 대상