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


RelationalModelValidator.ValidateJsonEntityNavigations Метод

Определение

Проверяет навигацию сущности, сопоставленной со столбцом JSON.

protected virtual void ValidateJsonEntityNavigations (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, Microsoft.EntityFrameworkCore.Metadata.IEntityType jsonEntityType);
abstract member ValidateJsonEntityNavigations : StoreObjectIdentifier * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> unit
override this.ValidateJsonEntityNavigations : StoreObjectIdentifier * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> unit
Protected Overridable Sub ValidateJsonEntityNavigations (storeObject As StoreObjectIdentifier, jsonEntityType As IEntityType)

Параметры

storeObject
StoreObjectIdentifier

Объект store.

jsonEntityType
IEntityType

Тип сущности для проверки.

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