AddParameter
Assigns a value to a parameter defined in the mapping. The first argument specifies the name of the parameter as defined on the mapping; the second argument specifies the parameter value.
Signature
| AddParameter(in bstrName:String, in bstrValue:String) -> Void | 
Generic signature
| void AddParameter(string bstrName, string bstrValue) | 
C#
| HRESULT AddParameter([in] BSTR bstrName, [in] BSTR bstrValue ); | 
C++
| Sub AddParameter(ByVal bstrName As String, ByVal bstrValue As String) | 
VB.NET
Parameters
| Name | Type | Description | 
|---|---|---|
| bstrName | String | Specifies the parameter name. | 
| bstrValue | String | Specifies the parameter value. |