Click or drag to resize
BlockExpressionExpressions Property
Gets the list of expression associated with the current query.

Namespace:  Intuit.Ipp.LinqExtender.Ast
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public IList<Expression> Expressions { get; }

Property Value

Type: IListExpression
See Also