Sdílet prostřednictvím


IDbSetFinder.FindSets(Type) Metoda

Definice

Vyhledá DbSet<TEntity> vlastnosti typu, který dědí z DbContext.

public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.DbSetProperty> FindSets (Type contextType);
abstract member FindSets : Type -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Infrastructure.DbSetProperty>
Public Function FindSets (contextType As Type) As IReadOnlyList(Of DbSetProperty)

Parametry

contextType
Type

Typ, který dědí z DbContext

Návraty

Seznam nalezených vlastností.

Platí pro