Udostępnij za pośrednictwem


IMutableModel.FindEntityTypes(Type) Metoda

Definicja

Pobiera typy jednostek pasujących do danego 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 jednostki do znalezienia.

Zwraca

Odnaleziono typy jednostek.

Dotyczy