Gets a collection of QueryExpression objects denoting the right hand side of this predicate expression.

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

Syntax

C#
public IList<QueryExpression> RhsExpressions { get; }
Visual Basic (Declaration)
Public ReadOnly Property RhsExpressions As IList(Of QueryExpression)

Field Value

The collection of QueryExpression objects.

See Also