Adds a field to the projection by name. This is a shortcut for adding an IdentifierExpression for the field.

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

Syntax

C#
public void Add(
	string attribute
)
Visual Basic (Declaration)
Public Sub Add ( _
	attribute As String _
)

Parameters

attribute
Type: System..::.String
The name of the field.

See Also