Click or drag to resize
QueryInfoProviderSetQueryInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified QueryInfo.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IQueryInfoProvider.Set(QueryInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - QueryInfo.Provider.")]
public static void SetQueryInfo(
	QueryInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineQueryInfo
QueryInfo to be set
See Also