Create temp table with Entity Framework
问题 I want to create a temp table in sql server by using Entity Framework. Is there any way I can do this? If I can create a temp table, my next question is, how I can read it? Thanks in advance. André 回答1: Ok, so you don't like the stored procedures route....nor do I to be honest, but it's the quickest way I could think of doing it. Based on that, I don't know of any easy way in EDM to create temp tables so my next suggestion would be to create local objects, which mimic the temporary table you