Click or drag to resize

ObjectQueryTObjectCreateQuery Method (Expression)

Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.

Namespace:  Aloe.SystemFrameworks.Domain.LINQ
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IQueryable CreateQuery(
	Expression expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpression
An expression tree 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