Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert SQL Query To Linq
Message
Information générale
Forum:
ASP.NET
Catégorie:
LINQ
Titre:
Convert SQL Query To Linq
Divers
Thread ID:
01470083
Message ID:
01470083
Vues:
91
I could use some help converting this to linq:
SELECT u.*
	FROM aspnet_Users u
	JOIN aspnet_UsersInRoles ur ON ur.UserId = u.UserId
	WHERE ur.RoleId = @RoleId
I have this so far:
var user = from u in dc.aspnet_Users
            where u.
            select u;
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform