共用方式為


RuntimeModel.IModel.FindEntityTypes(Type) 方法

定義

取得符合指定型別的實體類型。

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IEntityType> IModel.FindEntityTypes (Type type);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IModel.FindEntityTypes : Type -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
override this.Microsoft.EntityFrameworkCore.Metadata.IModel.FindEntityTypes : Type -> seq<Microsoft.EntityFrameworkCore.Metadata.IEntityType>
Function FindEntityTypes (type As Type) As IEnumerable(Of IEntityType) Implements IModel.FindEntityTypes

參數

type
Type

要尋找之實體類型的類型。

傳回

找到的實體類型。

實作

屬性

適用於