c# - Viewing Entity SQL produced by Linq-to-Entities -


is there way can view entity sql (esql) linq-to-entities queries generating ef framework (that is, not native sql, esql, if makes sense?)

thanks!

you can't. not generated.
actually, linq entities queries translated directly expression tree, , nodes of expression tree translated sql clauses, , integrated sql query. no entity sql.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -