Implementation of ParameterNode. Author: Steve Ebersole 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 ParameterNode : HqlSqlWalkerNode, 
	IDisplayableNode, IExpectedTypeAwareNode, ISelectExpression
Visual Basic
Public Class ParameterNode _
	Inherits HqlSqlWalkerNode _
	Implements IDisplayableNode, IExpectedTypeAwareNode, ISelectExpression
Visual C++
public ref class ParameterNode : public HqlSqlWalkerNode, 
	IDisplayableNode, IExpectedTypeAwareNode, ISelectExpression

Inheritance Hierarchy

See Also