Interface ISavedQueryService
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
Represents a service for managing saved queries.
public interface ISavedQueryService
Methods
- Get(string, string)
Gets the saved query of the specified type and key.
- GetDefault(string, string)
Gets the default saved query of the specified type and key.
- Save()
Saves the changes made to the saved queries.
- SaveDefaults()
Saves the default saved queries.