Can anyone give me a link to a complete example of a Named Update?
I don't know where to look for a named update, however it's pretty straightforward:
void
and accept on input an instance of your entity (says it's named MyEntity)and, eventually, other parameters (primitives like int, string etc)[Update(UsingCustomMethod = true)]
DomainContext.SubmitChanges
Your custom update method will be called as part of your SubmitChanges call server side