RIA Services – Presentation Model & POCO Objects
Posted by Dhaval Tawar on 4 August, 2010
No comments yet
RIA Services handles any relationship other than Many to Many. If you have a Many
to Many you will need to have a linking entity between the two tables.
Each Entity POCO on the server needs to have a primary key (you mark the key(s)
with the KeyAttribute). Related entities need a foreign key property and you need
to [...]