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 InLogicOperatorNode : BinaryLogicOperatorNode, 
	IBinaryOperatorNode, IOperatorNode
Visual Basic
Public Class InLogicOperatorNode _
	Inherits BinaryLogicOperatorNode _
	Implements IBinaryOperatorNode, IOperatorNode
Visual C++
public ref class InLogicOperatorNode : public BinaryLogicOperatorNode, 
	IBinaryOperatorNode, IOperatorNode

Inheritance Hierarchy

See Also