Parses an expression of the form foo.bar.baz and builds up an expression involving two less table joins than there are path components.

Namespace: NHibernate.Hql.Classic
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class PathExpressionParser : IParser
Visual Basic
Public Class PathExpressionParser _
	Implements IParser
Visual C++
public ref class PathExpressionParser : IParser

Inheritance Hierarchy

See Also