RuntimeTypeBase.GetDerivedTypes 方法

定义

重载

GetDerivedTypes()

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。

GetDerivedTypes<T>()

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。

GetDerivedTypes()

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase> GetDerivedTypes ();
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member GetDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase>
override this.GetDerivedTypes : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase>
Public Overridable Function GetDerivedTypes () As IEnumerable(Of RuntimeTypeBase)

返回

属性

适用于

GetDerivedTypes<T>()

这是一个支持 Entity Framework Core 基础结构的内部 API,不受与公共 API 相同的兼容性标准的约束。 可能会在任何版本中更改或删除它,恕不另行通知。 应仅在代码中直接使用它,并且非常谨慎,并且知道在更新到新的 Entity Framework Core 版本时,这样做可能会导致应用程序失败。

protected virtual System.Collections.Generic.IEnumerable<T> GetDerivedTypes<T> () where T : Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase;
abstract member GetDerivedTypes : unit -> seq<'T (requires 'T :> Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase)> (requires 'T :> Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase)
override this.GetDerivedTypes : unit -> seq<'T (requires 'T :> Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase)> (requires 'T :> Microsoft.EntityFrameworkCore.Metadata.RuntimeTypeBase)
Protected Overridable Function GetDerivedTypes(Of T As RuntimeTypeBase) () As IEnumerable(Of T)

类型参数

T

返回

适用于