'Declaration Public Function New( _ ByVal parameterName As String, _ ByVal type As SalesforceType, _ ByVal size As Integer _ )
public SalesforceParameter( string parameterName, SalesforceType type, int size )
Parameters
- parameterName
- The name of the parameter.
- type
- size
- The maximum size, in bytes, of the data within the column.