'Declaration Public Overloads Function Add( _ ByVal parameterName As String, _ ByVal type As SalesforceType, _ ByVal size As Integer, _ ByVal sourceColumn As String _ ) As SalesforceParameter
public SalesforceParameter Add( string parameterName, SalesforceType type, int size, string sourceColumn )
Parameters
- parameterName
- The name of the parameter.
- type
- size
- The maximum size, in bytes, of the data the parameter can contain.
- sourceColumn
- The name of the source column.
Return Value
The new SalesforceParameter object.