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

Syntax

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

Parameters

other
Type: System..::.String

See Also