Retrieves the node representing the operator's single operand.

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

Syntax

C#
IASTNode Operand { get; }
Visual Basic
ReadOnly Property Operand As IASTNode
	Get
Visual C++
property IASTNode^ Operand {
	IASTNode^ get ();
}

See Also