DataServiceQuery.Expression Property
Represents an expression that contains the query to the data service.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Expression As Expression
Get
'Usage
Dim instance As DataServiceQuery
Dim value As Expression
value = instance.Expression
public abstract Expression Expression { get; }
public:
virtual property Expression^ Expression {
Expression^ get () abstract;
}
abstract Expression : Expression
abstract function get Expression () : Expression
Property Value
Type: System.Linq.Expressions.Expression
An Expression object that represents the query.