Click or drag to resize
LLBLGenProProviderBase.IQueryProvider.Execute 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.2.0.0 (5.2.17.0403)
Syntax
Object IQueryProvider.Execute(
	Expression expression
)

Parameters

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

Return Value

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

Implements

IQueryProvider.Execute(Expression)
See Also