Skip to main content

foundation-entity-management.entitymanagement.setdsconfigwithoutupdatingbasecriteria

Home > @genesislcap/foundation-entity-management > EntityManagement > setDSConfigWithoutUpdatingBaseCriteria

EntityManagement.setDSConfigWithoutUpdatingBaseCriteria() method

Usually when the datasource config is updated we need to cache the criteria so it can be combined with the searchbar, but this function allows you to set the datasource config without doing that (so we don't cache the search bar criteria)

Signature:

setDSConfigWithoutUpdatingBaseCriteria(config: DatasourceConfiguration): void;

Parameters

Parameter

Type

Description

config

DatasourceConfiguration

Returns:

void