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

Syntax

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

Parameters

other
Type: System..::.String

See Also