Partager via


IConventionBatch.Track(IConventionForeignKey) Méthode

Définition

Démarre le suivi des modifications apportées à la clé étrangère donnée.

public Microsoft.EntityFrameworkCore.Metadata.IMetadataReference<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey> Track (Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey foreignKey);
abstract member Track : Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey -> Microsoft.EntityFrameworkCore.Metadata.IMetadataReference<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey>
Public Function Track (foreignKey As IConventionForeignKey) As IMetadataReference(Of IConventionForeignKey)

Paramètres

foreignKey
IConventionForeignKey

Clé étrangère à suivre.

Retours

Objet qui contiendra la référence à la nouvelle clé étrangère instance si celle-ci a été remplacée par une convention. Sinon, retourne la clé étrangère d’origine.

S’applique à