It looks like I can map an SP to an Object/Class. Is there anyway to map it to a method. Lets say I have an entity that has a responsibility to Do X. However, X is alot of data munging so I want to write the code in T-Sql rather than bring back an object graph, manipulate the objects then store back the data.
So, is it possible map an SP to a method on an entity?
BOb