CustomExtensions..::..Query Method (DbContext, Type)
Queries the specified entity type.
Namespace:
Microsoft.EntityFrameworkCoreAssembly: RingSoft.DbLookup.EfCore (in RingSoft.DbLookup.EfCore.dll)
Syntax
public static IQueryable Query( this DbContext context, Type entityType )
<ExtensionAttribute> _ Public Shared Function Query ( _ context As DbContext, _ entityType As Type _ ) As IQueryable
[ExtensionAttribute] public: static IQueryable^ Query( DbContext^ context, Type^ entityType )