Initializes a new instance of the PathExpression class.

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

Syntax

C#
public PathExpression(
	Type entityType,
	string alias,
	string path
)
Visual Basic (Declaration)
Public Sub New ( _
	entityType As Type, _
	alias As String, _
	path As String _
)

Parameters

entityType
Type: System..::.Type
The type of the entity which this path is based off
alias
Type: System..::.String
The alias of the entity type to be applied when translating this expression.
path
Type: System..::.String
A non empty path to initialise the PathExpression with.

See Also