Sdílet prostřednictvím


IMutableSkipNavigation.SetForeignKey(IMutableForeignKey) Metoda

Definice

Nastaví cizí klíč.

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)

Parametry

foreignKey
IMutableForeignKey

Cizí klíč. Předání null způsobí, že se nepřidružuje žádný cizí klíč.

Platí pro