Projects the specified query.
Namespace:
Mindscape.LightSpeed.ServiceModelAssembly: 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