Method OnCanSearchQuery
- Namespace
- Innova.Prism.Library.Controllers
- Assembly
- Innova.Prism.Library.dll
OnCanSearchQuery(EntityQuery<T>)
Determines whether the search query can be executed.
protected virtual bool OnCanSearchQuery(EntityQuery<T> obj)
Parameters
obj
EntityQuery<T>The entity query.
Returns
- bool
true
if the search query can be executed; otherwise,false
.