IQueryProvider..::.Execute<(Of <(TResult>)>) Method (Expression) Home
This page is specific to:.NET Framework Version:3.5Silverlight 34.0
.NET Framework Class Library
IQueryProvider..::.Execute<(Of <(TResult>)>) Method (Expression)

Executes the strongly-typed query represented by a specified expression tree.

Namespace:  System.Linq
Assembly:  System.Core (in System.Core.dll)
Syntax

'Usage

Dim instance As IQueryProvider
Dim expression As Expression
Dim returnValue As TResult

returnValue = instance.Execute(expression)

'Declaration

Function Execute(Of TResult) ( _
    expression As Expression _
) As TResult

Type Parameters

TResult

The type of the value that results from executing the query.

Parameters

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

Return Value

Type: TResult
The value that results from executing the specified query.
Remarks

The Execute method executes queries that return a single value (instead of an enumerable sequence of values). Expression trees that represent queries that return enumerable results are executed when the IQueryable<(Of <(T>)>) object that contains the expression tree is enumerated.

The Queryable standard query operator methods that return singleton results call Execute. They pass it a MethodCallExpression that represents a LINQ query.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5
See Also

Reference

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View