Click or drag to resize
CrudControllerTEntityPreFilter Method
Applys a filter to all searchs in the crud controller

Namespace: DrawerBackup.Native.Server.Controllers
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
protected virtual Func<TEntity, bool> PreFilter()

Return Value

Type: FuncTEntity, Boolean
See Also