Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about func

Read more about func

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - func

Filtering data with Expression Func - C# - How to apply filter on referent table?

I'm filtering my data with Expressions in c#. In this particular case I used this piece of code to filter articles / products from my database. private Expression<Func<Article, bool>> GetF...
test-img

Roxy&#39;Pro

c#

linq

entity-framework-core

expression

func

Votes: 0

Answers: 2

Latest Answer

Try the following expression. ToList() is bad idea for search query. return f => (!searchQuery.CategoryId.HasValue || f.Categories.Any(x => x.CategoryId == searchQuery.CategoryId) (!productS...
test-img

Svyatoslav Danyliv

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved