Removes the specified TdParameter from the collection.
Syntax
'Declaration
Public Overloads Overrides NotOverridable Sub RemoveAt( _
ByVal As String _
)
'Usage
Dim instance As TdParameterCollection
Dim parameterName As String
instance.RemoveAt(parameterName)
public override void RemoveAt(
string
)
public:
void RemoveAt(
String^
) override
Parameters
- parameterName
- Specifies the name of the parameter to be removed.
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