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

Syntax

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

Parameters

other
Type: System..::.String

See Also