次の方法で共有


IMutableForeignKey.SetProperties メソッド

定義

外部キーのプロパティとそのターゲット プリンシパル キーを設定します。

public void SetProperties (System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> properties, Microsoft.EntityFrameworkCore.Metadata.IMutableKey principalKey);
abstract member SetProperties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty> * Microsoft.EntityFrameworkCore.Metadata.IMutableKey -> unit
Public Sub SetProperties (properties As IReadOnlyList(Of IMutableProperty), principalKey As IMutableKey)

パラメーター

properties
IReadOnlyList<IMutableProperty>

依存エンティティの外部キー プロパティ。

principalKey
IMutableKey

ターゲットにする主キーまたは代替キー。

適用対象