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

Syntax

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

Parameters

other
Type: System..::.String

See Also