Sdílet prostřednictvím


IMutableModel.FindEntityTypes(Type) Metoda

Definice

Získá typy entit odpovídající danému typu.

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)

Parametry

type
Type

Typ entity, který se má najít.

Návraty

Nalezené typy entit

Platí pro