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


RuntimeModel.IModel.GetEntityTypes Метод

Определение

Возвращает все типы сущностей, определенные в модели.

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

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

Все типы сущностей, определенные в модели.

Реализации

Атрибуты

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