RelationalModelValidator.ValidateJsonEntityRoot 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
驗證對應至 JSON 資料行的根實體。
protected virtual void ValidateJsonEntityRoot (in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject, Microsoft.EntityFrameworkCore.Metadata.IEntityType rootType);
abstract member ValidateJsonEntityRoot : StoreObjectIdentifier * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> unit
override this.ValidateJsonEntityRoot : StoreObjectIdentifier * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> unit
Protected Overridable Sub ValidateJsonEntityRoot (storeObject As StoreObjectIdentifier, rootType As IEntityType)
參數
- storeObject
- StoreObjectIdentifier
store 物件。
- rootType
- IEntityType
要驗證的實體類型。