Removes the specified object of type
TdParameter from the collection.
Syntax
'Declaration
Public Overloads Overrides NotOverridable Sub Remove( _
ByVal As Object _
)
'Usage
Dim instance As TdParameterCollection
Dim value As Object
instance.Remove(value)
public override void Remove(
object
)
public:
void Remove(
Object^
) override
Parameters
- value
- The TdParameter object to remove from the collection.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also