First post:
RajeshKris wrote: I'd like to first appreciate you for such a great framework. You just made my day. From you sample code, the following works var results = container.Query<Foo>(e => e.Entity.Size > 2); ...
Latest post:
RajeshKris wrote: Jamie, Thanks for your reply. My bad, I am using the SSDS client in my VB.net program. When I use the following, it throws a not supported error Dim results = container.Query(Of Sample...