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

 

Constructs an IQueryable object that can evaluate the query represented by a specified expression tree.

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

Private Function CreateQuery (
	expression As Expression
) As IQueryable
	Implements IQueryProvider.CreateQuery

Parameters

expression
Type: System.Linq.Expressions.Expression

The query expression from which the evaluation is performed.

Return Value

Type: System.Linq.IQueryable

An IQueryable that can evaluate the query represented by the specified expression tree.

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: