EntityCollection.AddRange

Posts   
 
    
Jez
User
Posts: 198
Joined: 01-May-2006
# Posted on: 02-Apr-2008 17:17:45   

Hi Frans

Would it be possible to get an additional overload for AddRange on CollectionCore<T> that takes an IEnumerable<T> instead of ICollection<T>? This would make working with linq2objects easier.

Thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 02-Apr-2008 17:55:56   

Added to the task item to make entityviews/findmatches work with linq to objects simple_smile I'll scan the lib to see where I can make things more suitable for linq to objects.

Frans Bouma | Lead developer LLBLGen Pro