Oracle 5.0 Reference Manual page 2005

Table of Contents

Advertisement

Syntax: Visual Basic
NotOverridable Public Sub Remove( _
ByVal value As Object _
) _
_
Implements IList.Remove
Syntax: C#
public void Remove(
objectvalue
);
Parameters
• value:
Implements
IList.Remove
See Also
MySqlParameterCollection
20.2.7.1.4.1.7.1.1.11. RemoveAt Method
Removes the specified
Overload List
Removes the specified
public void RemoveAt(int);
Removes the specified
public void RemoveAt(string);
See Also
MySqlParameterCollection
20.2.7.1.4.1.7.1.1.11.1.
Removes the specified
Syntax: Visual Basic
NotOverridable Overloads Public Sub RemoveAt( _
ByVal index As Integer _
) _
_
Implements IList.RemoveAt
Syntax: C#
public void RemoveAt(
intindex
);
Parameters
[648]: The zero-based index of the parameter.
index
Implements
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
MySqlParameter
MySqlParameter
MySqlParameter
Class,
MySql.Data.MySqlClient Namespace
MySqlParameterCollection.RemoveAt
MySqlParameter
from the collection.
from the collection using a specific index.
from the collection using the parameter name.
Method
from the collection using a specific index.
1985

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents