Contract for nodes representing binary operators. 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 BinaryLogicOperatorNode : HqlSqlWalkerNode, 
	IBinaryOperatorNode, IOperatorNode, IParameterContainer
Visual Basic
Public Class BinaryLogicOperatorNode _
	Inherits HqlSqlWalkerNode _
	Implements IBinaryOperatorNode, IOperatorNode, IParameterContainer
Visual C++
public ref class BinaryLogicOperatorNode : public HqlSqlWalkerNode, 
	IBinaryOperatorNode, IOperatorNode, IParameterContainer

Inheritance Hierarchy

See Also