¡@

Home 

c# Programming Glossary: wherebetween

C#, Linq2Sql: Is it possible to concatenate two queryables into one?

http://stackoverflow.com/questions/569671/c-linq2sql-is-it-possible-to-concatenate-two-queryables-into-one

I have one queryable where I have used various Where and WhereBetween statements to narrow the collection down to a certain set. Now.. down to a certain set. Now I need to add kind of a Where WhereBetween . In other words I can't just chain them together like I have.. from the one I have one using the Where and one using WhereBetween . And then concatenate them . Don't know if this is even possible..