I am curious, let's say that I don't have the actual 'T' for a generic query. Does ravendb support something like:
session.Query(typeof(Person)).Where("Name","Dru").ToList();
If not I can use the hell out of reflection, but thought I would ask first.
-d