RuntimeModel.IModel.GetEntityTypes Method

Definition

Gets all entity types defined in the model.

[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

Returns

All entity types defined in the model.

Implements

Attributes

Applies to