ModelValidator.IsOwned(Type, IConventionModel) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出該目標 CLR 類型是否對應至擁有的實體類型。
protected virtual bool IsOwned (Type targetType, Microsoft.EntityFrameworkCore.Metadata.IConventionModel conventionModel);
abstract member IsOwned : Type * Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> bool
override this.IsOwned : Type * Microsoft.EntityFrameworkCore.Metadata.IConventionModel -> bool
Protected Overridable Function IsOwned (targetType As Type, conventionModel As IConventionModel) As Boolean
參數
- targetType
- Type
目標 CLR 類型。
- conventionModel
- IConventionModel
模型本身。
傳回
true
如果指定的 CLR 類型對應至擁有的實體類型,則為 。