Handmade associations deleted when updating?

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
hesseldehaan
Posts: 1
Joined: Fri 20 Jan 2012 14:15

Handmade associations deleted when updating?

Post by hesseldehaan » Fri 20 Jan 2012 14:23

Hi,

when I perform an Model update (right click -> Update model from database) all associations, that I have modified or added manually, disapear.

How can I perform an update / add table and still keep my associations?

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Fri 20 Jan 2012 17:03

The 'Update from Database' wizard drops the associations for which it couldn't find corresponding foreign keys in the database. You can, however, cancel dropping some of them at the 'Choose change action' step of the wizard: select the dependent table and clear the check box(es) at the 'ForeignKey (Dropped)' nodes.

Please tell us if this helps.

Post Reply