Query.SetParameter
Syntax:
Parameters:
<Name> (required)
Setting parameter name. The parameter has to meet the requirements for the name of the embedded language variables.
<Value> (required)
Setting value parameter.
Description:
Availability:
Example:
Query.SetParameter("EndDate", WorkingDate); Query.SetParameter("Nomenclature", Selection); |