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.3.0.0 (5.3.0)
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