Posts Tagged ‘POCO Objects’

RIA Services – Presentation Model & POCO Objects

This item was filled under [ .Net, Microsoft, RIA ]

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 [...]

Continue reading...