次の方法で共有


RelationalModelValidator.ValidateJsonEntityProperties メソッド

定義

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)

パラメーター

storeObject
StoreObjectIdentifier

ストア オブジェクト。

jsonEntityType
IEntityType

検証するプロパティを含むエンティティ型。

適用対象