|
6 |
edited tags
|
||
|
5 | Added link about there being no DataContext for Linq-to-entities | ||
|
So, I would like to know oh to do a "full" tracing of Linq to Entities? In other words:I already know about the ToTraceString() method, but this only works on an ObjectQuery. I need it to work on on the entire Linq layer... so when I am doing IQueryable "Where" expressions and additional filtering that I can see the entire query, not just the initial ObjectQuery that was created. Am I using this wrong? I need some good examples of how to trace "everything" (at least tracing everything from one entity). Edit 1: Remember this is for "Linq-to-Entities"This is Linq-to-Entities NOT Linq-to-Sql (DataContext does not exist) Edit 2:I discovered the answer to my question by experimenting. |
||||
|
4 | added 79 characters in body | ||
|
So, I would like to know oh to do a "full" tracing of Linq to Entities? In other words:I already know about the ToTraceString() method, but this only works on an ObjectQuery. I need it to work on on the entire Linq layer... so when I am doing IQueryable "Where" expressions and additional filtering that I can see the entire query, not just the initial ObjectQuery that was created. Am I using this wrong? I need some good examples of how to trace "everything" (at least tracing everything from one entity). Edit 1: Remember this is for "Linq-to-Entities"This is Linq-to-Entities NOT Linq-to-Sql (DataContext does not exist) Edit 2:I discovered the answer to my question by experimenting.
|
||||
|
3 | Found the answer to my own question | ||
|
2 | I am just reminding answerers that this is for linq-to-entities not linq-to-sql | ||
|
1 |
|
||
