IConventionEntityType.RemoveIndex Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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ıla 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ıla dizin.
Döndürülenler
Kaldırılan dizin null veya dizin bulunamadı.
Ş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 en iyi şekilde oluşturma özellikleri.
Döndürülenler
Kaldırılan dizin.