Register a new type with the type map with the specified alias.

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(
	Type entityType,
	string alias
)
Visual Basic (Declaration)
Public Sub Add ( _
	entityType As Type, _
	alias As String _
)

Parameters

entityType
Type: System..::.Type
The type to be registered with the map.
alias
Type: System..::.String
The alias for the type.

See Also