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



Teradata.Client.Provider Namespace > TdParameterCollection Class > Remove Method : Remove(Object) Method
The TdParameter object to remove from the collection.
Removes the specified object of type TdParameter from the collection.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub Remove( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As TdParameterCollection
Dim value As Object
 
instance.Remove(value)
public override void Remove( 
   object value
)
public:
void Remove( 
   Object^ value
) override 

Parameters

value
The TdParameter object to remove from the collection.
Exceptions
ExceptionDescription
The value does not exist in the TdParameterCollection.
The value parameter is null.
The value parameter is not of type TdParameter.
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