Send feedback on this topic.
Teradata.Client.Provider
Insert(Int32,TdParameter) Method



Teradata.Client.Provider Namespace > TdParameterCollection Class > Insert Method : Insert(Int32,TdParameter) Method
Specifies the zero-based index at which value should be inserted.
Specifies the TdParameter object to insert into the collection.
Inserts a TdParameter into the TdParameterCollection at the specified position.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal value As TdParameter _
) 
'Usage
 
Dim instance As TdParameterCollection
Dim index As Integer
Dim value As TdParameter
 
instance.Insert(index, value)
public void Insert( 
   int index,
   TdParameter value
)
public:
void Insert( 
   int index,
   TdParameter^ value
) 

Parameters

index
Specifies the zero-based index at which value should be inserted.
value
Specifies the TdParameter object to insert into the collection.
Exceptions
ExceptionDescription
The value parameter is already a member of this TdParameterCollection, or it is a member of another TdParameterCollection.
The value parameter is null.
index is not between zero and TdParameterCollection.Count.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdParameterCollection Class
TdParameterCollection Members
Overload List
TdParameter Class