Method Set
Set(DbContext, Type)
Gets a queryable set for the specified entity type.
public static IQueryable<object> Set(this DbContext _context, Type t)
Parameters
Returns
- IQueryable<object>
A queryable set for the specified entity type.
Gets a queryable set for the specified entity type.
public static IQueryable<object> Set(this DbContext _context, Type t)
A queryable set for the specified entity type.