Aracılığıyla paylaş


MutableEntityTypeExtensions.RemoveIndex Yöntem

Tanım

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

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

Parametreler

entityType
IMutableEntityType

Varlık türü.

properties
IReadOnlyList<IMutableProperty>

Dizini oluşturan özellikler.

Döndürülenler

Kaldırılan dizin.

Şunlara uygulanır