Interface ICustomizingTenantDataIsolation
- Namespace
- GroupeIsa.Neos.Shared.MultiTenant
- Assembly
- GroupeIsa.Neos.Shared.dll
Provides a way to customize tenant data isolation in multi-tenant applications.
public interface ICustomizingTenantDataIsolation
Properties
NewQueryFilter
Gets a new query filter expression for tenant data isolation. Should return an expression that filters data based on the tenant identifier or null if no customization is needed.
Expression<Func<string, bool>>? NewQueryFilter { get; }
Property Value
- Expression<Func<string, bool>>