|
Question : .NET: Entity Framework, Views and Stored Procedures
|
|
Techies-- I've seen many examples illustrating how to use the .net entity framework. Unfortunately, the examples I've been able to find do not address the complexity of real-world database models.
Is there an example out there that shows an insert/update/delete request executed through a stored procedure--where... the stored procedure maps to multiple other tables that do not necessarily map each element?
I'd like to see an example where a dynamic grid populates its rows of data by selecting from let's say a View of something like a customer--where the view object is inclusive of the Customer, CustomerContact, CustomerContactAssoc, Organization, CustomerOrgAssoc, etc. tables. In this example, I would also like to see where an insert occurs on an event... through something like an InsertNewCustomer stored procedure.
Any real-world advice for me?
|
|
Answer : .NET: Entity Framework, Views and Stored Procedures
|
|
|
|
|
|