다음을 통해 공유


ConventionEntityTypeExtensions.RemoveIndex 메서드

정의

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

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

매개 변수

entityType
IConventionEntityType

엔터티 형식입니다.

properties
IReadOnlyList<IConventionProperty>

인덱스 구성 속성입니다.

반환

제거된 인덱스입니다.

적용 대상