Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql To Linq - Again
Message
General information
Forum:
ASP.NET
Category:
LINQ
Title:
Sql To Linq - Again
Miscellaneous
Thread ID:
01472630
Message ID:
01472630
Views:
110
How do I convert this to Linq:
SELECT r1.*
	FROM aspnet_Roles r1
	WHERE r1.RoleId IN
		(SELECT r2.RoleId
			FROM mmlaspnet_RolesToGlobalRoles  r2)
	ORDER BY RoleName
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