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.6.0.0 (5.6.19.0117)
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