Overload | Description |
---|---|
Add(String,SalesforceType) | Adds a SalesforceParameter to the SalesforceParameterCollection given the parameter name and data type. |
Add(String,SalesforceType,Int32) | Adds a SalesforceParameter to the SalesforceParameterCollection given the the parameter name, data type, and data size. |
Add(String,SalesforceType,Int32,String) | Adds a SalesforceParameter to the SalesforceParameterCollection given the parameter name, data type, column width, and source column name. |
Add(String,Object) | Adds the specified SalesforceParameter to the SalesforceCommand. |
Add(SalesforceParameter) | Adds the specified SalesforceParameter to the SalesforceParameterCollection. |