You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the line with the query filter doesn't compile. The error I got is "cannot convert lambda expression to type 'lambda expression' because it is not a delegate type"
there are any way to do this? It's in order to have an Interface with IDeletableEntity and not have to do it, in every Entity that I want to use a soft delete Entity
Many thanks in advance,
The text was updated successfully, but these errors were encountered:
@SamazoOo Creating an expression tree of the correct type is quite hard in this case, but there is some code in #10257 to help, and that issue is about making it easier in the future.
I've created an interface to try to do a soft delete, mixing shadow properties and query filters. But it's not working.
And then in my model builder
But the line with the query filter doesn't compile. The error I got is "cannot convert lambda expression to type 'lambda expression' because it is not a delegate type"
If I do this it's working.
there are any way to do this? It's in order to have an Interface with IDeletableEntity and not have to do it, in every Entity that I want to use a soft delete Entity
Many thanks in advance,
The text was updated successfully, but these errors were encountered: