Represents a reference to a property or alias expression. This should duplicate the relevant behaviors in PathExpressionParser. Author: Joshua Davis Ported by: Steve Strong

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

Syntax

C#
public class DotNode : FromReferenceNode, ISelectExpression
Visual Basic
Public Class DotNode _
	Inherits FromReferenceNode _
	Implements ISelectExpression
Visual C++
public ref class DotNode : public FromReferenceNode, 
	ISelectExpression

Inheritance Hierarchy

See Also