次の方法で共有


MutableEntityTypeExtensions.RemoveKey メソッド

定義

このエンティティ型から主キーまたは代替キーを削除します。

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

パラメーター

entityType
IMutableEntityType

エンティティの型。

properties
IReadOnlyList<IMutableProperty>

キーを構成するプロパティ。

戻り値

削除されたキー。

適用対象