Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3393582
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:04:03+00:00 2026-05-18T04:04:03+00:00

Ok, I am not having much luck with this. I am new to Entity

  • 0

Ok, I am not having much luck with this. I am new to Entity Framework, and have been fighting with this one little thing since yesterday.

Here are my tables:

  1. Clients (id, clientname)
  2. Projects (id, projectname, clientid)
  3. Tasks (id, taskname, projectid, statusid)
  4. TaskStatuses (id, statusname)

In code I am only working with one project at a time, and here is how I load that project with EF:

thisProject = (from p in dataEntity.projects
                   where p.id == projectID
                   select p).FirstOrDefault();

Then later when I load the tasks:

thisProject.Tasks.Load();

Then I set the datasource of a DevExpress XtraGrid to the loaded Tasks:

taskGridControl.DataSource = thisProject.Tasks;

Up until this point everything works as expected, and the grid shows all of the tasks for the project I have loaded. But, I also want to show the Task statusname field, and that is stored in a different table.

This was very easy with a sql join, but for the life of me I cannot figure this out.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T04:04:04+00:00Added an answer on May 18, 2026 at 4:04 am

    It’s easiest to select your data out into a class that’s custom-made for this grid view:

    from t in dataEntity.tasks
    where t.projectId == projectID
    select new TaskInfo
    {
        ProjectName = t.project.projectname,
        TaskName = t.taskname,
        StatusName = t.taststatus.statusname
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been trying to research this but not having much luck. I seem to
Not having much luck Googling this question and I thought about posting it on
This may be a beginners question but not having much luck getting this going.
I'm sorry if this question is noob-ish but I'm not having much luck with
I'm not having much luck searching for this answer, as I think that I
Not having much luck with this. I'm trying to determine if a var is
Not having much luck with this query in the ExpressionEngine forums and it's time-sensitive,
preface: I've been stumped on this for awhile now and am not having much
I'm trying to test my namespaced controller and not having much luck. I have
I'm not having much luck centering vertically the label I'm adding to the TitleView

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.