Abstract base class for all query expressions used in the framework.

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

Syntax

C#
[SerializableAttribute]
public abstract class QueryExpression<TExpression> : QueryExpression where TExpression : QueryExpression
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class QueryExpression(Of TExpression As QueryExpression) _
	Inherits QueryExpression

Type Parameters

TExpression

Inheritance Hierarchy

See Also