Partager via


IDbSetFinder.FindSets(Type) Méthode

Définition

Recherche des DbSet<TEntity> propriétés sur un type qui hérite de 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)

Paramètres

contextType
Type

Type qui hérite de DbContext

Retours

Liste des propriétés trouvées.

S’applique à