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

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

python - How to remove the Xframe Options header in django? -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -