Maps a name to a subexpression or subquery such as an aggregate. This name can then be used in a QueryExpression or ProjectionCollection.

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

Syntax

C#
[SerializableAttribute]
public class QuerySubexpression
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class QuerySubexpression

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Querying..::.QuerySubexpression

See Also