Posts by Fabio Marcell • 13 points
1 post
-
1
votes1
answer301
viewsQ: How to work with anonymous guy
I have the following code snippet: var filter = new { categoria = 1, cond2 = foo, ... }; p = new ProdutoBusiness().listarProdutos( filter ).ToList(); I wanted to work with this anonymous type as a…