Represents a unary operator node. 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 UnaryLogicOperatorNode : HqlSqlWalkerNode, 
	IUnaryOperatorNode, IOperatorNode
Visual Basic
Public Class UnaryLogicOperatorNode _
	Inherits HqlSqlWalkerNode _
	Implements IUnaryOperatorNode, IOperatorNode
Visual C++
public ref class UnaryLogicOperatorNode : public HqlSqlWalkerNode, 
	IUnaryOperatorNode, IOperatorNode

Inheritance Hierarchy

See Also