Share via


EntitySet<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 EntitySet
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

EntitySet<TEntity> Class

EntitySet<TEntity> Members

Microsoft.SharePoint.Linq Namespace