A collection of field names representing a projection. A projection query returns only a subset of fields of an entity.

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

Syntax

C#
public ProjectionCollection Projection { get; }
Visual Basic (Declaration)
Public ReadOnly Property Projection As ProjectionCollection

See Also