Initializes a join condition specifying the left and right hand side expressions

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

Syntax

C#
public JoinCondition(
	JoinConditionExpression lhs,
	JoinConditionExpression rhs
)
Visual Basic (Declaration)
Public Sub New ( _
	lhs As JoinConditionExpression, _
	rhs As JoinConditionExpression _
)

Parameters

lhs
Type: Mindscape.LightSpeed.Querying..::.JoinConditionExpression
The expression of the left hand side of the condition
rhs
Type: Mindscape.LightSpeed.Querying..::.JoinConditionExpression
The expression of the right hand side of the condition

See Also