How to prevent a query from running in the entity framework
I am using Entity Framework 7 in my project. In some scenarios in my code, EF generates an empty query, like this ""
, and I receive the following error:
I am using Entity Framework 7 in my project. In some scenarios in my code, EF generates an empty query, like this ""
, and I receive the following error: