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