Posts by MarcioAT • 1 point
1 post
-
0
votes1
answer49
viewsA: Make a free query using the Entity frame MVC
You can create a specific class that will do it for you: public static class UteisDB { public static IEnumerable<dynamic> CollectionFromSql(this DbContext dbContext, string Sql) { using (var…
asp.net-mvcanswered MarcioAT 1