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#
[SerializableAttribute]
public class ProjectionCollection : Collection<QueryExpression>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ProjectionCollection _
	Inherits Collection(Of QueryExpression)

Inheritance Hierarchy

System..::.Object
  System.Collections.ObjectModel..::.Collection<(Of <(QueryExpression>)>)
    Mindscape.LightSpeed.Querying..::.ProjectionCollection

See Also