Mindscape LightSpeed - User Reference & API Documentation
Project Method (query)
API ReferenceMindscape.LightSpeedRepositoryProject(Query)
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.
Declaration Syntax
C#Visual Basic
public static IDataReader Project(
	Query query
)
Public Shared Function Project ( _
	query As Query _
) As IDataReader
Parameters
query (Query)
The query.
Return Value
An IDataReader containing the results of the specified projection query.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)