Gets or sets the inner query.

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

Syntax

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

Remarks

This is typically used when projecting columns from another query, such as a join.

See Also