Returns the full path of the node.

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override string Path { get; }
Visual Basic
Public Overrides ReadOnly Property Path As String
	Get
Visual C++
public:
virtual property String^ Path {
	String^ get () override;
}

Implements

IPathNode..::..Path

See Also