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

Syntax

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

See Also