다음을 통해 공유


IConventionEntityType.RemoveIndex 메서드

정의

오버로드

RemoveIndex(IConventionIndex)

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

RemoveIndex(IReadOnlyIndex)

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

RemoveIndex(IReadOnlyList<IReadOnlyProperty>)

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

RemoveIndex(IConventionIndex)

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

public void RemoveIndex (Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index);
public Microsoft.EntityFrameworkCore.Metadata.IConventionIndex RemoveIndex (Microsoft.EntityFrameworkCore.Metadata.IConventionIndex index);
abstract member RemoveIndex : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex -> unit
abstract member RemoveIndex : Microsoft.EntityFrameworkCore.Metadata.IConventionIndex -> Microsoft.EntityFrameworkCore.Metadata.IConventionIndex
Public Sub RemoveIndex (index As IConventionIndex)
Public Function RemoveIndex (index As IConventionIndex) As IConventionIndex

매개 변수

index
IConventionIndex

제거할 인덱스입니다.

반환

제거된 인덱스입니다.

적용 대상

RemoveIndex(IReadOnlyIndex)

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

public Microsoft.EntityFrameworkCore.Metadata.IConventionIndex? RemoveIndex (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
abstract member RemoveIndex : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> Microsoft.EntityFrameworkCore.Metadata.IConventionIndex
Public Function RemoveIndex (index As IReadOnlyIndex) As IConventionIndex

매개 변수

index
IReadOnlyIndex

제거할 인덱스입니다.

반환

제거된 인덱스이거나 null 인덱스가 없는 경우 입니다.

적용 대상

RemoveIndex(IReadOnlyList<IReadOnlyProperty>)

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

public Microsoft.EntityFrameworkCore.Metadata.IConventionIndex? RemoveIndex (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> properties);
abstract member RemoveIndex : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> -> Microsoft.EntityFrameworkCore.Metadata.IConventionIndex
Public Function RemoveIndex (properties As IReadOnlyList(Of IReadOnlyProperty)) As IConventionIndex

매개 변수

properties
IReadOnlyList<IReadOnlyProperty>

인덱스 구성 속성입니다.

반환

제거된 인덱스입니다.

적용 대상