Represents a 'is null' check.

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

Syntax

C#
public class IsNullLogicOperatorNode : AbstractNullnessCheckNode
Visual Basic
Public Class IsNullLogicOperatorNode _
	Inherits AbstractNullnessCheckNode
Visual C++
public ref class IsNullLogicOperatorNode : public AbstractNullnessCheckNode

Inheritance Hierarchy

See Also