Manages the mapping of entities which are involved in the query allowing a series of types to be declared with an associated alias.

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

Syntax

C#
[SerializableAttribute]
public class EntityMap : IEnumerable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class EntityMap _
	Implements IEnumerable

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Querying..::.EntityMap

See Also