Adds a type to the tuple.

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

Syntax

C#
protected void AddType(
	Type entityType,
	string alias
)
Visual Basic (Declaration)
Protected Sub AddType ( _
	entityType As Type, _
	alias As String _
)

Parameters

entityType
Type: System..::.Type
The type to be added.
alias
Type: System..::.String
The alias for the entity type.

See Also