Partager via


IMutableSkipNavigation.SetForeignKey(IMutableForeignKey) Méthode

Définition

Définit la clé étrangère.

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)

Paramètres

foreignKey
IMutableForeignKey

Clé étrangère. La réussite null entraîne l’absence de clé étrangère associée.

S’applique à