This sample demonstrates Query Filters. A simple Blog and Post model is created and two query filters are defined:
- The Blog entity is configured with a multi-tenancy pattern. The query filter is based on a
_tenantIdfield on the context. - The Post entity is set up for soft-delete, with an explicit
IsDeletedproperty.