Click or drag to resize
QueryInfoProviderBaseTProviderSetQueryInfoInternal Method
Sets (updates or inserts) specified QueryInfo.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetQueryInfoInternal(
	QueryInfo infoObj
)

Parameters

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