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 must be missing something. When I generate a LightSpeed model that will be used over WCF it creates the Dto objects without their Id properties. Why would this be? Is there something I can do to include the ids in the generated code? Thanks, David |
|
|
See http://www.mindscape.co.nz/forums/Thread.aspx?PostID=4658 and http://www.mindscape.co.nz/forums/Thread.aspx?PostID=9049. Yes, you can include IDs, either as separate parameters (more fiddly, but avoids the "fake ID" problem) or via a partial class: the second link shows how to implement the second approach. |
|