Aracılığıyla paylaş


IConventionEntityType.RemoveIndex Yöntem

Tanım

Aşırı Yüklemeler

RemoveIndex(IConventionIndex)

Bu varlık türünden bir dizini kaldırır.

RemoveIndex(IReadOnlyIndex)

Bu varlık türünden bir dizini kaldırır.

RemoveIndex(IReadOnlyList<IReadOnlyProperty>)

Bu varlık türünden bir dizini kaldırır.

RemoveIndex(IConventionIndex)

Bu varlık türünden bir dizini kaldırır.

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

Parametreler

index
IConventionIndex

Kaldırılacak dizin.

Döndürülenler

Kaldırılan dizin.

Şunlara uygulanır

RemoveIndex(IReadOnlyIndex)

Bu varlık türünden bir dizini kaldırır.

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

Parametreler

index
IReadOnlyIndex

Kaldırılacak dizin.

Döndürülenler

Kaldırılan dizin veya null dizin bulunamadıysa.

Şunlara uygulanır

RemoveIndex(IReadOnlyList<IReadOnlyProperty>)

Bu varlık türünden bir dizini kaldırır.

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

Parametreler

properties
IReadOnlyList<IReadOnlyProperty>

Dizini oluşturan özellikler.

Döndürülenler

Kaldırılan dizin.

Şunlara uygulanır