Share via


EntityList<TEntity>.IQueryable.Expression property

Gets the expression tree of the most recent Language Integrated Query (LINQ) query of the EntityList<TEntity>.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Private ReadOnly Property Expression As Expression
    Implements IQueryable.Expression
    Get
'Usage
Dim instance As EntityList
Dim value As Expression

value = CType(instance, IQueryable).Expression
ExpressionIQueryable.Expression { get; }

Property value

Type: System.Linq.Expressions.Expression
An Expression that represents the LINQ query.

Implements

IQueryable.Expression

See also

Reference

EntityList<TEntity> class

EntityList<TEntity> members

Microsoft.SharePoint.Linq namespace