次の方法で共有


IConventionModel.FindEntityTypes(Type) メソッド

定義

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

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType> FindEntityTypes (Type type);
abstract member FindEntityTypes : Type -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType>
override this.FindEntityTypes : Type -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType>
Public Overridable Function FindEntityTypes (type As Type) As IEnumerable(Of IConventionEntityType)

パラメーター

type
Type

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

戻り値

見つかったエンティティ型。

適用対象