description
Hello,
I really like Camlex and I integrated it into my list based repository I am working on.
Would be really helpfull if you could add ToSPQuery() function.
i.e.:
var q = Camlex.Query().Where(p=>(int)p[ID]==1);
var items = List.GetItems(q.ToSPQuery);
This would save time of declaring new SPQuery and passing query string in.
Thanks for consideration.