Projects the specified query.

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

Syntax

C#
public IList<T> Project<T>(
	Query query
)
Visual Basic (Declaration)
Public Function Project(Of T) ( _
	query As Query _
) As IList(Of T)

Parameters

query
Type: Mindscape.LightSpeed.Querying..::.Query
The query.

Type Parameters

T

Return Value

A list of objects of the specified type.

See Also