Represents a path.

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 PathExpression : QueryExpression<PathExpression>, IAttributePathExpression, 
	IFunctionWrappableExpression
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class PathExpression _
	Inherits QueryExpression(Of PathExpression) _
	Implements IAttributePathExpression, IFunctionWrappableExpression

Inheritance Hierarchy

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

See Also