Click or drag to resize

LLBLGenProProviderBaseIQueryProviderExecute Method (Expression)

Executes 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.6.0.0 (5.6.19.0117)
Syntax
Object IQueryProvider.Execute(
	Expression expression
)

Parameters

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

Return Value

Type: Object
An Object that represents the result of executing the specified query.

Implements

IQueryProviderExecute(Expression)
See Also