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



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

Parameters

index
Specifies the zero-based index at which value should be inserted.
value
Specifies an object of type TdParameter 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