IQuery | |
public interface IQueryResultEntityService : IQueryResultQueryService, IBusinessService
The IQueryResultEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new QueryResult | |
| Delete | Deletes the specified QueryResult. | |
| Get |
Gets a list of QueryResults matching the specified filter.
(Inherited from IQueryResultQueryService) | |
| GetAll |
Gets all QueryResults
(Inherited from IQueryResultQueryService) | |
| GetSingle |
Gets a single QueryResult matching the provided filter.
(Inherited from IQueryResultQueryService) | |
| Update | Updates the specified QueryResult |