OracleParameterCollection.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified OracleParameter object from the collection.
Overloads
Remove(OracleParameter) |
Removes the specified OracleParameter object from the collection. |
Remove(Object) |
Removes the specified OracleParameter object from the collection. |
Remove(OracleParameter)
Removes the specified OracleParameter object from the collection.
public:
void Remove(System::Data::OracleClient::OracleParameter ^ value);
public void Remove (System.Data.OracleClient.OracleParameter value);
override this.Remove : System.Data.OracleClient.OracleParameter -> unit
Public Sub Remove (value As OracleParameter)
Parameters
- value
- OracleParameter
A OracleParameter object to remove from the collection.
Applies to
Remove(Object)
Removes the specified OracleParameter object from the collection.
public:
virtual void Remove(System::Object ^ value);
public:
override void Remove(System::Object ^ value);
public void Remove (object value);
public override void Remove (object value);
abstract member Remove : obj -> unit
override this.Remove : obj -> unit
override this.Remove : obj -> unit
Public Sub Remove (value As Object)
Public Overrides Sub Remove (value As Object)
Parameters
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.