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

Namespace: NHibernate.Criterion
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static AbstractCriterion AllEq(
	IDictionary propertyNameValues
)
Visual Basic
Public Shared Function AllEq ( _
	propertyNameValues As IDictionary _
) As AbstractCriterion
Visual C++
public:
static AbstractCriterion^ AllEq(
	IDictionary^ propertyNameValues
)

Parameters

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

Return Value

[Missing <returns> documentation for "M:NHibernate.Criterion.Restrictions.AllEq(System.Collections.IDictionary)"]

See Also