Represents an expression which refers to an underlying database column for an entity when it is mapped to the database

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 JoinConditionExpression
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class JoinConditionExpression

Remarks

Aliases are used in conjunction with the entity map which will be passed through from the query. These are generally built up automatically, so should not be specified directly as they will be resolved when a SQL expression is generated. However if you are specifying the aliases manually in the query you may wish to also specify aliases when declaring your joins for greater precision

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Querying..::.JoinConditionExpression

See Also