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



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

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.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.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