Add SET QUERY_GOVERNOR_COST_LIMIT with Linq to Entities
- by boris callens
I'm in a situation where I want to add the equivalent of the sql statement
SET QUERY_GOVERNOR_COST_LIMIT
to my query I created with linq to entities.
How would I go about that?