Table of Contents

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

typeName string

The entity type name.

key string

The view key.

Returns

EntitySavedQueryType

The entity saved query type.