Sdílet prostřednictvím


RuntimeModelConvention.ProcessForeignKeyAnnotations Metoda

Definice

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

protected virtual void ProcessForeignKeyAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey runtimeForeignKey, bool runtime);
abstract member ProcessForeignKeyAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey * bool -> unit
override this.ProcessForeignKeyAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey * bool -> unit
Protected Overridable 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ámkami modulu runtime.

Platí pro