Table<TEntity>::IQueryProvider::Execute Method (Expression^)
.NET Framework (current version)
Executes the query represented by a specified expression tree.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
private: virtual Object^ Execute( Expression^ expression ) sealed = IQueryProvider::Execute
Parameters
- expression
-
Type:
System.Linq.Expressions::Expression^
The query expression to execute.
Implements
IQueryProvider::Execute(Expression^)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: