Apply an "equals" constraint to each property in the key set of a IDictionary

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

Syntax

Visual Basic (Declaration)
Public Shared Function AllEq ( _
	propertyNameValues As IDictionary _
) As AbstractCriterion
C#
public static AbstractCriterion AllEq(
	IDictionary propertyNameValues
)
Visual C++
public:
static AbstractCriterion^ AllEq(
	IDictionary^ propertyNameValues
)
JavaScript
NHibernate.Expression.Expression.allEq = function(propertyNameValues);

Parameters

propertyNameValues
Type: System.Collections..::.IDictionary
a dictionary from property names to values

Return Value

See Also