Initialize the expression based on an entity type and a column name

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

Syntax

C#
public JoinConditionExpression(
	Type type,
	string columnName
)
Visual Basic (Declaration)
Public Sub New ( _
	type As Type, _
	columnName As String _
)

Parameters

type
Type: System..::.Type
The selection type which this expression refers to
columnName
Type: System..::.String
The column which this expression refers to

See Also