Send feedback on this topic.
Teradata.Client.Provider
RemoveAt(Int32) Method



Teradata.Client.Provider Namespace > TdParameterCollection Class > RemoveAt Method : RemoveAt(Int32) Method
The specified position within the collection.
Removes the specified TdParameter (index) from the collection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As TdParameterCollection
Dim index As Integer
 
instance.RemoveAt(index)
public override void RemoveAt( 
   int index
)
public:
void RemoveAt( 
   int index
) override 

Parameters

index
The specified position within the collection.
Exceptions
ExceptionDescription
The index is not between zero and TdParameterCollection.Count - 1.
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