tags:

views:

15

answers:

0

I am using Silverlight 3.0 and WCF Data Services 1.0 (Astoria) and Entity Framework 1.0. I have an entity that is an exact replica of a database table. Within that table, some fields/columns are updated after certain other columns are updated from the Client form (SL), i.e. like a computed column.

Upon saving from the client, everything works fine (get successful save), but the new values that were populated in the DB via a trigger are not being brought over to the Client. I do not know how to update the entity with the new, computed values.

Can someone please assist me with this scenario?