I was attempting to map in an UpdateCustomer stored procedure in an EDM and noticed that the schema checking wants me to add Insert and Delete functions as well.
So that's an all or nothing scenario
Also, if I do use EntityTypeMapping to encapsulate the functions, do I need to then move the scalarProperties INSIDE of the EntityTypeMapping tags
It's interesting that there are a bunch of elements that intellisense feeds you before ScalarProperties. But if you start to add elements after ScalarProperties, the list is trimmed down.