Bugfix: Created lambda expressions are using fresh expression parameters
As explained in #59, due to EFCore 6 query caching, it is important to not reuse expression parameter instances, e.g. from the ColumnSearchPredicate
of a DataTablesColumn
.
As explained in #59, due to EFCore 6 query caching, it is important to not reuse expression parameter instances, e.g. from the ColumnSearchPredicate
of a DataTablesColumn
.