Udostępnij za pośrednictwem


IMutableSkipNavigation.SetForeignKey(IMutableForeignKey) Metoda

Definicja

Ustawia klucz obcy.

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

Klucz obcy. Przekazywanie null spowoduje, że nie jest skojarzony żaden klucz obcy.

Dotyczy