Send feedback on this topic.
Teradata.Client.Provider
Add(String,Object) Method



Teradata.Client.Provider Namespace > TdParameterCollection Class > Add Method : Add(String,Object) Method
Specifies the Parameter Name of the newly created TdParameter object.
Specifies the Value of the newly created TdParameter object.
Creates and adds a TdParameter object to the TdParameterCollection. The TdParameter object is initialized with the specified parameter name and value.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal parameterName As String, _
   ByVal value As Object _
) As TdParameter
'Usage
 
Dim instance As TdParameterCollection
Dim parameterName As String
Dim value As Object
Dim value As TdParameter
 
value = instance.Add(parameterName, value)
public TdParameter Add( 
   string parameterName,
   object value
)
public:
TdParameter^ Add( 
   String^ parameterName,
   Object^ value
) 

Parameters

parameterName
Specifies the Parameter Name of the newly created TdParameter object.
value
Specifies the Value of the newly created TdParameter object.

Return Value

Returns the new member of the TdParameterCollection.
Remarks
For additional information see the TdParameter constructor
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdParameterCollection Class
TdParameterCollection Members
Overload List
TdParameter Class