how does the DomainDataSource.SubmitChanges know the methods to call on the server

Posted by Ralph Shillington on Stack Overflow See other posts from Stack Overflow or by Ralph Shillington
Published on 2010-05-08T14:54:04Z Indexed on 2010/05/08 14:58 UTC
Read the original article Hit count: 411

I configure the DomainDataSource to execute a particular server side method by setting the Query property. If I then make changes to the retrieved data, and call SubmitChanges the control somehow knows the correct method to call. (UpdateEmployee for example) Where is the name of the update method set, or it is simply inferred by some sort of naming convention?

© Stack Overflow or respective owner

Related posts about wcf-ria-services

Related posts about Silverlight