EnumerableQuery<T>.IQueryable.Expression 属性

定义

获取与该实例关联或者表示该实例的表达式目录树。Gets the expression tree that is associated with or that represents this instance.

property System::Linq::Expressions::Expression ^ System::Linq::IQueryable::Expression { System::Linq::Expressions::Expression ^ get(); };
System.Linq.Expressions.Expression System.Linq.IQueryable.Expression { get; }
member this.System.Linq.IQueryable.Expression : System.Linq.Expressions.Expression
 ReadOnly Property Expression As Expression Implements IQueryable.Expression

属性值

Expression

与该实例关联或者表示该实例的表达式目录树。The expression tree that is associated with or that represents this instance.

实现

注解

此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 EnumerableQuery<T> 实例被强制转换为 IQueryable 接口时使用。It can be used only when the EnumerableQuery<T> instance is cast to an IQueryable interface.

适用于