I am trying to use ...Dynamic LINQ Expressions... with ...LINQ to XML..., but having troubles with dynamic parameters. ...Here's an example query from Dynamic LINQ Wiki:...var query = db.Customers
.Where("City == @0 and Orders.Count >= @1", "London", ...