Describes the aliasing applied to an entity when involved in a query.

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

Syntax

C#
[DataContractAttribute(Namespace = "http://schemas.mindscape.net.nz/LightSpeed/v4")]
public class EntityTypeMapping
Visual Basic (Declaration)
<DataContractAttribute(Namespace := "http://schemas.mindscape.net.nz/LightSpeed/v4")> _
Public Class EntityTypeMapping

Remarks

Used for serialization of a query in a DistributedUnitOfWork.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.ServiceModel..::.EntityTypeMapping

See Also