>
>    var results = Session.Query<User>.Find().Where(x => x.Email =
> email)
>
>
Strange syntax... Shouldn't this be
Session.Query<User>().Where(x=>x.Email==email) ?

Reply via email to