asp.net - How to disable query execution plan caching per query in Entity Framework? -


is there chance disable query execution plan caching using entity framework?

i know in objectquery disable per query: https://msdn.microsoft.com/pl-pl/library/system.data.objects.objectquery.enableplancaching(v=vs.110).aspx) don't see such option in dbquery.

i know there interceptors in ef 6 , attach option (recompile) can't find solution how attach 1 exact query not every query in context.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -