Returns an IDataReader containing the results of the specified
projection query. A projection query returns only a subset of fields of an entity.
At lease one field name must have been added to the Projection
collection.
Namespace:
Mindscape.LightSpeed.ServiceModelAssembly: Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public override IDataReader Project( Query query ) |
Visual Basic (Declaration) |
---|
Public Overrides Function Project ( _ query As Query _ ) As IDataReader |
Parameters
- query
- Type: Mindscape.LightSpeed.Querying..::.Query
The query.
Return Value
An IDataReader containing the results of the specified projection query.Implements
IUnitOfWork..::.Project(Query)IUnitOfWork..::.Project(Query)