Share via


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)

プロパティ値

派生型。

適用対象