I have dbContext context and tables t1 and t2. Is it possible so specify join hint in
context.t1.Join(context.t2, ...) ?
Like
... FROM t1
INNER MERGE JOIN t2 ...
in TSQL
I have dbContext context and tables t1 and t2. Is it possible so specify join hint in
context.t1.Join(context.t2, ...) ?
Like
... FROM t1
INNER MERGE JOIN t2 ...
in TSQL