Поделиться через


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

Тип искать тип сущности.

Возвращаемое значение

Найденные типы сущностей.

Применяется к