IMutableModel.FindEntityTypes(Type) Method

Definition

Gets the entity types matching the given type.

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

Parameters

type
Type

The type of the entity type to find.

Returns

The entity types found.

Applies to