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: 273
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