Method Get
- Namespace
- Innova.Data.AppSettings.Services
- Assembly
- Innova.Data.dll
Get(string, string)
Retrieves the saved query type for the specified entity type and view key. If the query type does not exist, it creates a new one.
public EntitySavedQueryType Get(string typeName, string key = null)
Parameters
Returns
- EntitySavedQueryType
The entity saved query type.