How can I reuse the logic in a .Include.Where() call while working with Entity Framework Core in .NET?
I am writing a database query using LINQ in .NET and I want to be able to not duplicate the code I put in my Where
method calls.
I am writing a database query using LINQ in .NET and I want to be able to not duplicate the code I put in my Where
method calls.