Sdílet prostřednictvím


RelationalRuntimeModelConvention.ProcessForeignKeyAnnotations Metoda

Definice

Aktualizace poznámky cizího klíče, které budou nastaveny u objektu jen pro čtení.

protected override void ProcessForeignKeyAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey runtimeForeignKey, bool runtime);
override this.ProcessForeignKeyAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey * bool -> unit
Protected Overrides Sub ProcessForeignKeyAnnotations (annotations As Dictionary(Of String, Object), foreignKey As IForeignKey, runtimeForeignKey As RuntimeForeignKey, runtime As Boolean)

Parametry

annotations
Dictionary<String,Object>

Poznámky, které se mají zpracovat.

foreignKey
IForeignKey

Zdrojový cizí klíč.

runtimeForeignKey
RuntimeForeignKey

Cílový cizí klíč, který bude obsahovat poznámky.

runtime
Boolean

Určuje, zda jsou dané poznámky poznámky za běhu.

Platí pro