The left-hand operand of the operator.

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

Syntax

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

See Also