Table of Contents

Method GetDefault

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

GetDefault(string, string)

Gets the default saved query of the specified type and key.

EntitySavedQueryType GetDefault(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 default saved query of the specified type and key.