Udostępnij za pośrednictwem


IMutableEntityType.RemoveIndex Metoda

Definicja

Przeciążenia

RemoveIndex(IMutableIndex)

Usuwa indeks z tego typu jednostki.

RemoveIndex(IReadOnlyIndex)

Usuwa indeks z tego typu jednostki.

RemoveIndex(IReadOnlyList<IProperty>)

Usuwa indeks z tej jednostki.

RemoveIndex(IReadOnlyList<IReadOnlyProperty>)

Usuwa indeks z tego typu jednostki.

RemoveIndex(IMutableIndex)

Usuwa indeks z tego typu jednostki.

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

Parametry

index
IMutableIndex

Indeks do usunięcia.

Zwraca

Usunięty indeks.

Dotyczy

RemoveIndex(IReadOnlyIndex)

Usuwa indeks z tego typu jednostki.

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

Parametry

index
IReadOnlyIndex

Indeks do usunięcia.

Zwraca

Usunięty indeks lub null jeśli indeks nie został znaleziony.

Dotyczy

RemoveIndex(IReadOnlyList<IProperty>)

Usuwa indeks z tej jednostki.

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

Parametry

properties
IReadOnlyList<IProperty>

Właściwości tworzące indeks.

Zwraca

Indeks, który został usunięty.

Dotyczy

RemoveIndex(IReadOnlyList<IReadOnlyProperty>)

Usuwa indeks z tego typu jednostki.

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

Parametry

properties
IReadOnlyList<IReadOnlyProperty>

Właściwości tworzące indeks.

Zwraca

Usunięty indeks lub null jeśli indeks nie został znaleziony.

Dotyczy