Global Query Filters
In this lesson, we’ll learn about global query filters.
We'll cover the following...
Overview
In this lesson, we review global query filters.
Note: The outputs from the projects in this lesson contain the result of the sample codes and logs for the translated SQL queries used.
Global query filters
Global query filters enable us to apply query predicates to entities in the OnModelCreating
method. EF Core then applies the predicate automatically to any LINQ queries involving those entities directly or indirectly through navigation properties. We’ll demonstrate them using the C# console project below:
Access this course and 1400+ top-rated courses and projects.