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 716951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T05:21:26+00:00 2026-05-14T05:21:26+00:00

Entity Framework has created the required partial classes. I can add these partial classes

  • 0

Entity Framework has created the required partial classes. I can add these partial classes to the Data Sources window and the properties display as expected. However, if I extend any of the classes in a separate source file these properties do not appear in the Data Sources window even after a build and refresh.

All properties in partial classes across source files work as expected in the Data Sources window except when the partial class has been created with EF.

EDIT: After removing the offending table for edm designer, adding back in it all works are expected. Hardly a long term solution. Anyone else come across a similar problem?

  • 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-14T05:21:27+00:00Added an answer on May 14, 2026 at 5:21 am

    I have used the following work around:

    Step 1… Create Required Projects
    In your solution create two projects:
    1 – the application project (so the app you are working e.g. a windows forms application)
    2 – the datalayer project (a class library project, the one that makes DLL’s as a build output)

    Step 2… Link The Projects
    In the application project, add a project reference to the datalayer project, (references – add reference – project-Tab)

    Step 3… Create a property in the partial class
    In the datalayer project:
    – add the database file if you are using a local database
    – add a new Linq to SQL classes item (.dbml file)
    – add the desired tables to the Designer sheet from the server explorer
    – right click one of the classes in the designer and select ‘View Code’
    – you will be taken to a file with the partial class information already completed.
    – make the partial class public
    – create a test property eg:
    public string TEST
    {
    get{return “TEST”;}
    }
    – build the datalayer project
    – you have now added a property to the partial class of one of your designer built classes…

    Step 4 – Add Datasources
    – in your application project – go to the datasources tab and add a new object datasource, selecting the class you added the partial class property too.

    • you should see the TEST property in the datasources view…

    all done

    I think it works because having the .dbml file and the partial class in a separate project and accessing via a DLL in the application project.. forces Visual Studio to compile and makes everything available in the application project… as opposed to a dll and separate temp file that seems to happen when everything is in the one project leaving the partial class properties off the datasources list..

    plus its not too bad.. having a separate project for your datalayer makes it reusable between projects.. 😀

    hope it works for someone…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 381k
  • Answers 381k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The Jar files run on any OS for which a… May 14, 2026 at 10:11 pm
  • Editorial Team
    Editorial Team added an answer Use GetObject to get the font's properties to a LOGFONT… May 14, 2026 at 10:11 pm
  • Editorial Team
    Editorial Team added an answer You cannot use the results of a stored proc directly… May 14, 2026 at 10:11 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.