Print Page | Close Window

Foreign Keys

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1239
Printed Date: 10-May-2024 at 6:23am


Topic: Foreign Keys
Posted By: John C
Subject: Foreign Keys
Date Posted: 29-Apr-2009 at 8:26am
Are there any tutorials or examples on setting up foreign keys in the MS EF designer and then passing them through to DevForce EF?
 
I'm relatively new to IdeaBlade and could work with Classic, but I'm not sure how to set up relationships in MS EF.
 
John.



Replies:
Posted By: ting
Date Posted: 30-Apr-2009 at 2:06pm
The EDM should pick up the foreign keys defined in the database.  If not, you can define the relationship yourself within the Microsoft EF designer.  Once it's in the EDM, DevForce automatically picks it up.  There is a 100 level learning unit that covers object mapping in WinClient.  Let us know if you have any more questions.


Posted By: jon
Date Posted: 14-Feb-2010 at 8:37pm
A key used in one table to represent the value of a primary key in a related table. While primary keys must contain unique values, foreign keys may have duplicates. You can find the foreign key tutorial here http://www.eglop.com/Contents/Support/Documentation/Online-Help/Database-Schema-Designer/Contents/Tutorial/ForeignKeyTutorial/ForeignKeyTutorial1.htm

-------------
http://www.promotionalitems.co.uk/ - promotional items uk



Print Page | Close Window