| QueryDataParametersAdd Method (DataParameter, Boolean) | 
            Adds the parameter into the list.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected 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
See Also