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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:29:16+00:00 2026-06-15T11:29:16+00:00

I developed a simple application in Visual Studio 2008 and Entity 3.5. In my

  • 0

I developed a simple application in Visual Studio 2008 and Entity 3.5. In my database I have a master table and a details table.

In entity 4 or higher we can access master key in details table like this:

tabl2.masterkey=.....

But in entity 3.5 this not available. How can I insert row in details table?

Table2  t2 = new Table2();
T2.TableId1 // this property is unavailable 

this syntax works in entity 4 or higher but not in entity 3.5.

  • 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-06-15T11:29:17+00:00Added an answer on June 15, 2026 at 11:29 am

    What about

    Table1 t1 = new Table1();
    Table2 t2 = new Table2();
    t1.add(t2);
    

    Talking about T2.TableId1, I think you must know the relation name or the fieldname that make the reference.. check the attributes of t2, and I think, you will found some t1 reference there.

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

Sidebar

Related Questions

I have simple C# console application developed in Visual Studio 2008, which writes information
I'm porting an application I developed in Visual Studio 2008 over to Cocoa. I'm
I have developed a visual studio isolated shell application. When deploying that application, I
I have an MFC application developed in VS Studio 2008 which reads and writes
In this very simple ASP.NET application, Visual Web Developer 2008 Express CAN debug the
Consider i have a window Application,developed in Visual Studio 2005, having a button. I
I have application written in C# WinForms developed in Visual Studio 2010 Professional. I
I have developed a simple application using SDK(Android: 3.2[API-13]) for, to display Google banners.
I am new to rails and have developed a simple rails application on my
On Windows 7, VB.NET Express, I have developed a simple Forms application. I don't

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.