Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize BuildContainsExpression method performance
Converted the result of the Select() operation to a list, within the BuildContainsExpression method. This prevents multiple enumerations of the 'entities' variable, improving the performance of the method by reducing the number of iterations.
- Loading branch information