Adds a field to the projection by name including a scope for the entity mapping which this identifier belows to. 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 alias,
	string attribute
)
Visual Basic (Declaration)
Public Sub Add ( _
	alias As String, _
	attribute As String _
)

Parameters

alias
Type: System..::.String
The name of the alias for the underlying entity which this field belongs to.
attribute
Type: System..::.String
The name of the field.

See Also