次の方法で共有


InheritanceDiscoveryConventionBase.FindClosestBaseType メソッド

定義

指定されたエンティティ型の関連付けられた CLR 型が派生し、CLR 階層内で最も近い CLR 型である CLR 型に関連付けられているモデル内のエンティティ型を検索します。

protected virtual Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType FindClosestBaseType (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
protected virtual Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType? FindClosestBaseType (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
abstract member FindClosestBaseType : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
override this.FindClosestBaseType : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType
Protected Overridable Function FindClosestBaseType (entityType As IConventionEntityType) As IConventionEntityType

パラメーター

entityType
IConventionEntityType

エンティティの型。

戻り値

適用対象