Table(Of TEntity).IQueryProvider.Execute Method (Expression)

 

Executes the query represented by a specified expression tree.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Private Function Execute (
	expression As Expression
) As Object
	Implements IQueryProvider.Execute

Parameters

expression
Type: System.Linq.Expressions.Expression

The query expression to execute.

Return Value

Type: System.Object

The value that results from executing the specified query.

This member is an explicit interface member implementation. It can be used only when the Table(Of TEntity) instance is cast to an IQueryProvider interface.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: