Table of Contents

Method GetDefault

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

GetDefault(string, string)

Retrieves the default 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 GetDefault(string typeName, string key = null)

Parameters

typeName string

The entity type name.

key string

The view key.

Returns

EntitySavedQueryType

The entity saved query type.