Allow parameter list as ienumerable and simplify IQuery

Description

IQuery.SetParameterList accepts an ICollection. Today when generic are mainstream it means some wrapping or casting - not that many generic interfaces impl ICollection.
I changed this to accept a more general IEnumerable instead.

Minor:
This patch also changes Restrictions.InG<T> to accept an IEnumerable<T> instead of a ICollection<T>.

Environment

None

Attachments

1

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Who's Looking?

Open Who's Looking?
Created December 14, 2010 at 8:29 AM
Updated November 28, 2011 at 2:21 PM
Resolved December 15, 2010 at 2:08 PM
Loading...