Udostępnij za pośrednictwem


MutableEntityTypeExtensions.RemoveKey Metoda

Definicja

Usuwa klucz podstawowy lub alternatywny z tego typu jednostki.

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

Parametry

entityType
IMutableEntityType

Typ jednostki.

properties
IReadOnlyList<IMutableProperty>

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

Zwraca

Klucz, który został usunięty.

Dotyczy