Sdílet prostřednictvím


RelationalModelValidator.ValidateJsonEntityKey Metoda

Definice

Ověřte klíč entity namapované na sloupec JSON.

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

Parametry

storeObject
StoreObjectIdentifier

Objekt úložiště.

jsonEntityType
IEntityType

Typ entity obsahující klíč, který se má ověřit.

Platí pro