Represents a PathExpression that has been normalized.

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

Syntax

C#
[SerializableAttribute]
public sealed class LiftedPathExpression : QueryExpression<LiftedPathExpression>
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class LiftedPathExpression _
	Inherits QueryExpression(Of LiftedPathExpression)

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.Querying..::.QueryExpression
    Mindscape.LightSpeed.Querying..::.QueryExpression<(Of <(LiftedPathExpression>)>)
      Mindscape.LightSpeed.Querying..::.LiftedPathExpression

See Also