Gets the ICriterion that will be on the Left Hand Side of the Op.

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property LeftHandSide As ICriterion
C#
protected ICriterion LeftHandSide { get; }
Visual C++
protected:
property ICriterion^ LeftHandSide {
	ICriterion^ get ();
}
JavaScript
function get_leftHandSide();

See Also