Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.