One to One Association Help

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
anthony
Posts: 3
Joined: Fri 09 Aug 2013 19:48

One to One Association Help

Post by anthony » Fri 22 Nov 2013 02:23

Hi,
I hate to ask a noob question but I'm just drawing a blank! To keep it brief, I have 2 entities,
1. Consumer:
ConsumerId
ConsumerName

2. Post:
PostId
PostDate

Every Consumer can have 0..1 Post. I tried adding PostId in Consumer & ConsumerId in Post respectively and add a 1 to 0..1 between Consumer(1) & Post (0..1). I'm getting all types of errors. What would be the best way to create this relationship?

Entity Developer 5.7, EF 6, VS 2013.

Any help is much appreciated.

Regards,
Anthony

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: One to One Association Help

Post by Shalex » Mon 25 Nov 2013 16:47

We have sent the model created basing on your description to the e-mail address specified in your forum profile. It is valid in our environment.
1. Please modify it to reproduce the problem and send it back to us.
2. Also specify the exact errors you are getting.

anthony
Posts: 3
Joined: Fri 09 Aug 2013 19:48

Re: One to One Association Help -- Email not updated

Post by anthony » Mon 25 Nov 2013 17:28

Hi there the email you have in this forum shows an old email I had and my profile shows a different one, tonybravano at gmail dot com is the correct one. Could you please resend me the project to this email please and correct the one the forum shows i.e. anthony at marketnexus dot com.

Anthony
Last edited by Shalex on Mon 25 Nov 2013 17:57, edited 1 time in total.
Reason: We have removed e-mail addresses specified explicitly to avoid spam attacks to your mail boxes.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: One to One Association Help

Post by Shalex » Tue 26 Nov 2013 12:36

We have resent a test model to tonybravano at gmail dot com.

Post Reply