Update a single field from a single entity with ria-services
- by TimothyP
There are situations where I only want to update a specific field of a single entity in the database.
I loaded the entities of that type into my silverlight application,
and I know they are constantly changing on the server... but there is one field which
has to be set by the silverlight client... the server will only read it.
How can I just send…