The following section will show you how you can take advantage of generating against stored procedures and views.
We will start by going back into our Entities.csp Edit Output dialog as shown in the previous step. You can open this dialog by right clicking the Entities.csp template and selecting Manage Outputs. After the manage outputs dialog comes up, double click on the Entities.cst item.
...
Since earlier versions of the templates didn't support views and stored procedures, we decided against breaking backwards compatibility with the Entities output. This saves you from having to reconfigure all of your outputs when upgrading. But this also prevents you from selecting what business object type a view and stored procedure will be generated as. Since you can't choose a view or stored procedure inside of the Entities.csp Edit Output screen. You , you might be wondering "How do I configure my business object types then?" The solution is to control this by adding an Extended Property to your stored procedure or view!
...