I've been piddling w/ this thing for the last hour and I can't seem to figure out why it's erroring out... I have a stored proc that I'm building that takes a bunch of parameters and builds a dynamic ...
You don't have to give up using dynamic SQL just because you're using Entity Framework. The Entity Framework SqlQuery method will give you back the flexibility of dynamic SQL and still let you work ...