Compartir a través de


IDbSetFinder.FindSets(Type) Método

Definición

DbSet<TEntity> Busca propiedades en un tipo que hereda 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

Tipo que hereda de DbContext

Devoluciones

Una lista de las propiedades encontradas.

Se aplica a