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
|
Hello All, I am encountering an Issue with LightSpeed, I have 3 Tables as following,
There are some associations , 1,a 1-N association from User to Object by UserId 2,a 1-N association from User to Comment by UserId 3, a 1-1 association from Comment to Object by ObjectId When program try getting Comments from UnitOfWork, an sql exception like 'Invalid Column Name xxxId' throws, I have no idea where is the column name from? Does it relate to the LS associations or foreign key in database? Can anyone give me some idea? Any help will be great appreciate, Charles |
|
|
Finally, I knew why this happened, the reason is that when I changed the property name in LightSpeed designer,but unfortunately,LS did not change the code behind properly,I checked the code behind of model and changed all the name manually,it works now. Charles |
|