Lamba expression usage in filters

I noticed that pages generated by Radzen uses a Lambda expression when filtering in get statements. Should I always use Lambda expressions when I'm filtering? I've been able to filter by the field name without using Lambdas so I'm wondering what the benefit is to using them over not using them.

Thanks!

Heather

Hi @HeatherKent,

Radzen will generate lambdas since the expressions can be complex.

Thanks so much for the information! I'm a bit new to Linq so I'm trying to stick with best practices. :slight_smile:

Heather