RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

CustomExtensions..::..Query Method (DbContext, Type)

Queries the specified entity type.

Namespace:  Microsoft.EntityFrameworkCore
Assembly:  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
)

Parameters

context
Type: DbContext
The context.
entityType
Type: Type
Type of the entity.

Return Value

IQueryable.