DataServiceQuery.Expression 属性

定义

表示一个表达式,其中包含对数据服务的查询。Represents an expression that contains the query to the data service.

public:
 abstract property System::Linq::Expressions::Expression ^ Expression { System::Linq::Expressions::Expression ^ get(); };
public abstract System.Linq.Expressions.Expression Expression { get; }
member this.Expression : System.Linq.Expressions.Expression
Public MustOverride ReadOnly Property Expression As Expression

属性值

Expression

表示查询的 Expression 对象。An Expression object that represents the query.

实现

适用于