Create the Stored Procedure Mappings when Importing from SQL Server
When creating a model via Database First, the Stored Procedure Mappings for the CRUD operations should be created automatically. There should be some configurable logic like "for a table Customer there are stored procedures InsertCustomer, UpdateCustomer, DeleteCustomer".
Some more details can be found here: http://forums.devart.com/viewtopic.php?f=32&t=28461
6
votes
Michael G. Schneider
shared this idea