Table(Of TEntity).IQueryProvider.CreateQuery(Of TResult) Method (Expression)
.NET Framework (current version)
Constructs an IQueryable(Of T) object that can evaluate the query represented by a specified expression tree.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Private Function CreateQuery(Of TResult) ( expression As Expression ) As IQueryable(Of TResult) Implements IQueryProvider.CreateQuery(Of TElement)
Parameters
- expression
-
Type:
System.Linq.Expressions.Expression
The query expression from which the evaluation is performed.
Return Value
Type: System.Linq.IQueryable(Of TResult)An IQueryable(Of T) that can evaluate the query represented by the specified expression tree.
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(Of 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: