Click or drag to resize
LLBLGenProProviderBaseIQueryProviderCreateQuery Method (Expression)
Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IQueryable IQueryProvider.CreateQuery(
	Expression expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpression
An Expression that represents a LINQ query.

Return Value

Type: IQueryable
An IQueryable that can evaluate the query represented by the specified expression tree.

Implements

IQueryProviderCreateQuery(Expression)
See Also