'Declaration Public Overloads Function Add( _ ByVal parameterName As String, _ ByVal dataType As TdType, _ ByVal size As Integer _ ) As TdParameter
'Usage Dim instance As TdParameterCollection Dim parameterName As String Dim dataType As TdType Dim size As Integer Dim value As TdParameter value = instance.Add(parameterName, dataType, size)
public TdParameter Add( string parameterName, TdType dataType, int size )
public: TdParameter^ Add( String^ parameterName, TdType dataType, int size )
Parameters
- parameterName
- Specifies the Parameter Name of the newly created TdParameter object.
- dataType
- Specifies the Teradata data type of the newly created TdParameter object.
- size
- Specifies the Size of the newly created TdParameter object.
Return Value
Returns the new member of the TdParameterCollection.