Performs a query with a projection, and materialises the results as the specified type.
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 Project( Query query, Type projectedType ) |
Visual Basic (Declaration) |
---|
Public Function Project ( _ query As Query, _ projectedType As Type _ ) As IList |
Parameters
- query
- Type: Mindscape.LightSpeed.Querying..::.Query
The query to be performed.
- projectedType
- Type: System..::.Type
The type of object to be materialised from the query results.