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



Teradata.Client.Provider Namespace > TdParameterCollection Class > Add Method : Add(Object) Method
The TdParameter object to add to the collection.
Adds an element to the TdParameterCollection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function Add( _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As TdParameterCollection
Dim value As Object
Dim value As Integer
 
value = instance.Add(value)
public override int Add( 
   object value
)
public:
int Add( 
   Object^ value
) override 

Parameters

value
The TdParameter object to add to the collection.

Return Value

Returns the index within the TdParameterCollection.
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