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

Syntax

Visual Basic (Declaration)
Public Function LeProperty ( _
	other As Property _
) As AbstractCriterion
C#
public AbstractCriterion LeProperty(
	Property other
)
Visual C++
public:
AbstractCriterion^ LeProperty(
	Property^ other
)
JavaScript
function leProperty(other);

See Also