Поделиться через


RelationalRuntimeModelConvention.ProcessForeignKeyAnnotations Метод

Определение

Обновления заметки внешнего ключа, которые будут заданы в объекте только для чтения.

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)

Параметры

annotations
Dictionary<String,Object>

Обрабатываемые заметки.

foreignKey
IForeignKey

Исходный внешний ключ.

runtimeForeignKey
RuntimeForeignKey

Целевой внешний ключ, который будет содержать заметки.

runtime
Boolean

Указывает, являются ли указанные заметки заметками среды выполнения.

Применяется к