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

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