DataServiceQuery<TElement>.Expression Property

Definition

Represents an expression containing the query to the data service.

public override System.Linq.Expressions.Expression Expression { get; }
member this.Expression : System.Linq.Expressions.Expression
Public Overrides ReadOnly Property Expression As Expression

Property Value

A Expression object representing the query.

Implements

Applies to