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



Teradata.Client.Provider Namespace > TdParameterCollection Class > RemoveAt Method : RemoveAt(String) Method
Specifies the name of the parameter to be removed.
Removes the specified TdParameter from the collection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub RemoveAt( _
   ByVal parameterName As String _
) 
'Usage
 
Dim instance As TdParameterCollection
Dim parameterName As String
 
instance.RemoveAt(parameterName)
public override void RemoveAt( 
   string parameterName
)
public:
void RemoveAt( 
   String^ parameterName
) override 

Parameters

parameterName
Specifies the name of the parameter to be removed.
Exceptions
ExceptionDescription
Cannot find a TdParameter with the specified name.
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