EntityService.Search Method
- Namespace:
- Weavy.Core.Services
- Assembly:
- Weavy.Core.dll
Overloads
Search(Entity |
Performs a search according to the specified EntityQuery object. |
Search(Trash |
Returns a list of trashed entities from the recycle bin matching the supplied query. |
Search(EntityQuery)
Performs a search according to the specified EntityQuery object.
public static EntitySearchResult Search(EntityQuery query)
Parameters
- query
- EntityQuery
Returns
EntitySearchResult
Returns a paged list of
Search(TrashQuery)
Returns a list of trashed entities from the recycle bin matching the supplied query.
public static TrashSearchResult Search(TrashQuery query)
Parameters
- query
- TrashQuery