Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql To Linq 2
Message
Information générale
Forum:
ASP.NET
Catégorie:
LINQ
Titre:
Sql To Linq 2
Divers
Thread ID:
01470199
Message ID:
01470199
Vues:
97
Ok, I'm still leaarning Linq, so I could use some more help. The joins always throw me:
SELECT r.*
	FROM aspnet_Roles r
	JOIN aspnet_UsersInRoles ur ON ur.RoleId = r.RoleId
	JOIN aspnet_Applications a ON a.ApplicationId = r.ApplicationId
	WHERE ur.UserId = @UserId AND
		  r.ApplicationId = @RoleId
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