IsNotNullLogicOperatorNode implementation 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 IsNotNullLogicOperatorNode : AbstractNullnessCheckNode
Visual Basic
Public Class IsNotNullLogicOperatorNode _
	Inherits AbstractNullnessCheckNode
Visual C++
public ref class IsNotNullLogicOperatorNode : public AbstractNullnessCheckNode

Inheritance Hierarchy

See Also