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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdParameterCollection Class
TdParameterCollection Members
Overload List
TdParameter Class