This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I have 2 entities: Player & Rank. Using the designer I add a one to one association between the two entities. The generated C# model class correctly adds a "RankingId" property to my Player entity and a "PlayerId" property to my Rank entity. When I select update the database from the designer it fails to add the 2 columns to the database. I am using Lightspeed version 2.1.762.9425 and the SQL 2k5 provider.
|
|
|
Schema round-tripping support for one-to-one associations was added in build 9693. (And unfortunately earlier versions didn't give a "not supported" message -- sorry.) If you update to the latest nightly build, you should find that it now works. |
|
|
Thanks for the swift response |
|