共用方式為


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)

屬性值

衍生型別。

適用於