Performs the operator node initialization by seeking out any parameter nodes and setting their expected type, if possible.

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

Syntax

C#
public virtual void Initialize()
Visual Basic
Public Overridable Sub Initialize
Visual C++
public:
virtual void Initialize()

Implements

IOperatorNode..::..Initialize()()()()

See Also