Posts by Juan.Gaspar • 1 point
1 post
-
0
votes1
answer24
viewsA: Lambda in related classes (EF Migrations)
Assuming that the Total property is INT and should be above and not equal to 10 the expression should be like this. var return = control.Product.Where(x => x.ProductQuantidade.Total > 10…