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

In This Topic
    Add Method (SalesforceParameterCollection)
    In This Topic
    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>)
    See Also