Click or drag to resize
QueryDataParametersAdd Method (DataParameter, Boolean)
Adds the parameter into the list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected virtual void Add(
	DataParameter param,
	bool unique
)

Parameters

param
Type: CMS.DataEngineDataParameter
Parameter to add
unique
Type: SystemBoolean
If true, the parameter will be added with a unique name if already present
See Also