Initializes a new instance of the Query class.

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

Syntax

C#
public Query(
	Type entityType,
	QueryExpression queryExpression
)
Visual Basic (Declaration)
Public Sub New ( _
	entityType As Type, _
	queryExpression As QueryExpression _
)

Parameters

entityType
Type: System..::.Type
The Type of the Entity this query is targeting.
queryExpression
Type: Mindscape.LightSpeed.Querying..::.QueryExpression
A QueryExpression used to determine the precise results returned.

See Also