Expression tree for the following query:


  from user in users

  where user.Id == 1

  select user;