Compartilhar via


IDbSetFinder.FindSets(Type) Método

Definição

Localiza DbSet<TEntity> propriedades em um tipo que herda 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)

Parâmetros

contextType
Type

Um tipo que herda de DbContext

Retornos

Uma lista das propriedades encontradas.

Aplica-se a