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