| QueryDataParametersAddMacro Method  | 
            Adds the macro to the query data parameters
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntaxpublic void AddMacro(
	string name,
	string value,
	bool addHashes = false
)
Parameters
- name
 - Type: SystemString
Macro name - value
 - Type: SystemString
Macro value - addHashes (Optional)
 - Type: SystemBoolean
If true, hash chars are added to the macro automatically, e.g. "TABLE" is converted to "##TABLE##" 
See Also