dotConnect for Salesforce Documentation
Devart.Data.Salesforce Namespace / SalesforceParameterCollection Class / Add Method

Add Method (SalesforceParameterCollection)
Overload List
OverloadDescription
Adds a SalesforceParameter to the SalesforceParameterCollection given the parameter name and data type.  
Adds a SalesforceParameter to the SalesforceParameterCollection given the the parameter name, data type, and data size.  
Adds a SalesforceParameter to the SalesforceParameterCollection given the parameter name, data type, column width, and source column name.  
Adds a Devart.Data.SqlShimParameter to the Devart.Data.SqlShimParameterCollection<T> given the parameter name and data type. (Inherited from Devart.Data.SqlShimParameterCollection<SalesforceParameter>)
Adds a Devart.Data.SqlShimParameter to the Devart.Data.SqlShimParameterCollection<T> given the the parameter name, data type, and data size. (Inherited from Devart.Data.SqlShimParameterCollection<SalesforceParameter>)
Adds a Devart.Data.SqlShimParameter to the Devart.Data.SqlShimParameterCollection<T> given the the parameter name, data type, data size, and source column name. For internal use. (Inherited from Devart.Data.SqlShimParameterCollection<SalesforceParameter>)
Adds the specified SalesforceParameter to the SalesforceCommand. (Inherited from Devart.Data.SqlShimParameterCollection<SalesforceParameter>)
(Inherited from Devart.Data.SqlShimParameterCollection<SalesforceParameter>)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also