次の方法で共有


RelationalModelValidator.ValidateJsonEntityKey メソッド

定義

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)

パラメーター

storeObject
StoreObjectIdentifier

ストア オブジェクト。

jsonEntityType
IEntityType

検証するキーを含むエンティティ型。

適用対象