Table of Contents

Method Get

Namespace
Innova.Data.AppSettings
Assembly
Innova.Data.dll

Get(string, string)

Gets the saved query of the specified type and key.

EntitySavedQueryType Get(string typeName, string key = null)

Parameters

typeName string

The type name of the saved query.

key string

The key of the saved query (optional).

Returns

EntitySavedQueryType

The saved query of the specified type and key.