Dávid Németi

Results 2 comments of Dávid Németi

@jcachat, you could override Entity Framework's query plan caching mechanism, so it would be dependent on the used filter parameters. Thus, you could use the filter parameters (accessible through `DbContext`...

Although `BatchSaveChanges` now behaves properly, `BulkSaveChanges` still throws an `Exception(SqlException)`. The current situation for `Z.EntityFramework.Extensions` at version `7.100.0.5` is this: Operation | Explanation | Exception structure -- | -- |...