[Missing <summary> documentation for "T:NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode"]

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

Syntax

C#
public abstract class FromReferenceNode : AbstractSelectExpression, 
	IResolvableNode, IDisplayableNode, IPathNode
Visual Basic
Public MustInherit Class FromReferenceNode _
	Inherits AbstractSelectExpression _
	Implements IResolvableNode, IDisplayableNode, IPathNode
Visual C++
public ref class FromReferenceNode abstract : public AbstractSelectExpression, 
	IResolvableNode, IDisplayableNode, IPathNode

Inheritance Hierarchy

See Also