Returns the full path name represented by the node.

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

Syntax

C#
string Path { get; }
Visual Basic
ReadOnly Property Path As String
	Get
Visual C++
property String^ Path {
	String^ get ();
}

Return Value

the full path name represented by the node.

See Also