Table<TEntity>::IQueryProvider::Execute<TResult> Method (Expression^)
.NET Framework (current version)
Executes the strongly-typed query represented by a specified expression tree.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
private: generic<typename TResult> virtual TResult Execute( Expression^ expression ) sealed = IQueryProvider::Execute<TResult>
Parameters
- expression
-
Type:
System.Linq.Expressions::Expression^
The query expression to execute.
Return Value
Type: TResultThe value that results from executing the specified query.
Type Parameters
- TResult
The type of the data in the table.
This member is an explicit interface member implementation. It can be used only when the Table<TEntity> instance is cast to an IQueryProvider interface.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: