Sdílet prostřednictvím


RelationalModelValidator.ValidateJsonEntityProperties Metoda

Definice

Ověřte vlastnosti entity namapované na sloupec JSON.

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

Parametry

storeObject
StoreObjectIdentifier

Objekt úložiště.

jsonEntityType
IEntityType

Typ entity obsahující vlastnosti, které se mají ověřit.

Platí pro