Posts by Rafaselic2000 • 31 points
2 posts
-
1
votes1
answer182
viewsQ: Query Linq C#
Good afternoon I have the following database structure: Tables: -User -Group -Permission And all relations N to N: Grupousuario Permissaousuario Permissaogrupo I set up a query to return the user,…
-
2
votes1
answer113
viewsQ: Subquery with Linq
I need to consult with Linq on an object called Client. This object has a relationship with another object, which is a list of phones. For each of the phones, there is a type: 'Casa', 'Comercial',…