Setting options with Linq

Posted by boris callens on Stack Overflow See other posts from Stack Overflow or by boris callens
Published on 2010-04-21T09:19:33Z Indexed on 2010/04/21 9:33 UTC
Read the original article Hit count: 257

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about linq-to-entities