Entity Framework 4 New Function Import Complex Type Option
Let’s face it. There are times when a stored procedure is going to create a more efficient query, and provide the flexibility you need to return attributes from multiple SQL tables in a non-traditional way. In my case, I had a number of different log tables that I wanted to combine into a single result. …