Gets the collection of values of the specified alias.

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

Syntax

C#
public IList GetList(
	string alias
)
Visual Basic (Declaration)
Public Function GetList ( _
	alias As String _
) As IList

Parameters

alias
Type: System..::.String
The alias to select from the tuple.

Return Value

A collection containing the entities at the specified alias.

See Also