IMutableSkipNavigation.SetForeignKey(IMutableForeignKey) 메서드

정의

외래 키를 설정합니다.

public void SetForeignKey (Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey foreignKey);
public void SetForeignKey (Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey? foreignKey);
abstract member SetForeignKey : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey -> unit
Public Sub SetForeignKey (foreignKey As IMutableForeignKey)

매개 변수

foreignKey
IMutableForeignKey

외래 키입니다. 전달 null 하면 외래 키가 연결되지 않습니다.

적용 대상