I know that from Entity Framework you can create a model and based on this model create a DB in a Database Management System, but in my case I require that at the time of creating the model you can also create functions that later based on this model you can create a BD with your Stored Procedures included, can that be? How is it done?