how does the DomainDataSource.SubmitChanges know the methods to call on the server
- by Ralph Shillington
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?