Table of Contents

Method GetByTypeNameAndKey

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

GetByTypeNameAndKey(string, string)

Gets the entity saved query type by type name and key.

public EntitySavedQueryType GetByTypeNameAndKey(string typeName, string key)

Parameters

typeName string

The type name.

key string

The key.

Returns

EntitySavedQueryType

The entity saved query type.