次の方法で共有


RuntimeModel.IReadOnlyModel.FindEntityTypes(Type) メソッド

定義

指定した型に一致するエンティティ型を取得します。

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

パラメーター

type
Type

検索するエンティティ型の型。

戻り値

見つかったエンティティの種類。

実装

属性

適用対象