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.