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