Register a new type with the type map where the alias will be automatically generated.

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

Syntax

C#
public string Add(
	Type entityType
)
Visual Basic (Declaration)
Public Function Add ( _
	entityType As Type _
) As String

Parameters

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

Return Value

The automatically generated alias associated with this new type registration.

See Also