Posts by Rafael Pinheiro • 13 points
1 post
-
1
votes1
answer94
viewsQ: String in expression Entity C#
I need to make a dynamic query similar to the example below String tabela = "NomeTabela"; Var x = db.("NomeTabela").ToList(); Something like this where the table name will change according to the…