DynamicExpressions icon indicating copy to clipboard operation
DynamicExpressions copied to clipboard

How do i filter with comparison

Open sivasaravanand opened this issue 2 years ago • 0 comments

I wanted to achieve this filter with using dynamicexpression

.Where(b => string.Compare(b.Title, nextProduct.Title, StringComparison.OrdinalIgnoreCase) > 0 || (b.Title == nextProduct.Title && b.Id > productFilter.NextProductId))

Please provide me code snippet if you have already.

sivasaravanand avatar Dec 11 '22 06:12 sivasaravanand