Gets or sets a QueryExpression that filters the subquery.

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

Syntax

C#
public QueryExpression QueryExpression { get; set; }
Visual Basic (Declaration)
Public Property QueryExpression As QueryExpression

See Also