Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql To Linq 2
Message
General information
Forum:
ASP.NET
Category:
LINQ
Title:
Sql To Linq 2
Miscellaneous
Thread ID:
01470199
Message ID:
01470199
Views:
96
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
Next
Reply
Map
View

Click here to load this message in the networking platform