Gets any functions applied to the expression.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
IEnumerable<FunctionExpression> Functions { get; }
Visual Basic (Declaration)
ReadOnly Property Functions As IEnumerable(Of FunctionExpression)

See Also