RuntimeTypeBase.DirectlyDerivedTypes 属性

定义

获取模型中直接派生自此类型的所有类型。

public virtual System.Collections.Generic.SortedSet<Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase> DirectlyDerivedTypes { get; }
member this.DirectlyDerivedTypes : System.Collections.Generic.SortedSet<Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase>
Public Overridable ReadOnly Property DirectlyDerivedTypes As SortedSet(Of RuntimeTypeBase)

属性值

派生类型。

适用于