'Usage Dim instance As TdParameterCollection Dim value As Object instance.Remove(value)
Parameters
- value
- The TdParameter object to remove from the collection.
'Usage Dim instance As TdParameterCollection Dim value As Object instance.Remove(value)
Exception | Description |
---|---|
System.ArgumentException | The value does not exist in the TdParameterCollection. |
System.ArgumentNullException | The value parameter is null. |
System.InvalidCastException | The value parameter is not of type TdParameter. |
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