MutableEntityTypeExtensions.RemoveKey(IMutableEntityType, IReadOnlyList<IMutableProperty>) 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.
Bu varlık türünden birincil veya alternatif bir anahtarı kaldırır.
public static Microsoft.EntityFrameworkCore.Metadata.IMutableKey RemoveKey (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> properties);
static member RemoveKey : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> -> Microsoft.EntityFrameworkCore.Metadata.IMutableKey
<Extension()>
Public Function RemoveKey (entityType As IMutableEntityType, properties As IReadOnlyList(Of IMutableProperty)) As IMutableKey
Parametreler
- entityType
- IMutableEntityType
Varlık türü.
- properties
- IReadOnlyList<IMutableProperty>
Anahtarı oluşturan Özellikler.
Döndürülenler
Kaldırılan anahtar.