Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query With Join Not Showing Table 2 Columns
Message
General information
Forum:
ASP.NET
Category:
LINQ
Title:
Query With Join Not Showing Table 2 Columns
Miscellaneous
Thread ID:
01472413
Message ID:
01472413
Views:
90
As the title says
    var users = (from au in dc.mmlaspnet_ApplicationUsers
                    join m in dc.aspnet_Memberships on au.UserID equals m.UserId 
                    where au.ApplicationID == ApplicationId &&
                        au.UserID == UserId
                    select au.aspnet_User).ToList();
What am I missing?
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