Oracle 5.0 Reference Manual page 2006

Table of Contents

Advertisement

IList.RemoveAt
See Also
MySqlParameterCollection
MySqlParameterCollection.RemoveAt Overload List
20.2.7.1.4.1.7.1.1.11.2.
Removes the specified
Syntax: Visual Basic
NotOverridable Overloads Public Sub RemoveAt( _
ByVal name As String _
) _
_
Implements IDataParameterCollection.RemoveAt
Syntax: C#
public void RemoveAt(
stringname
);
Parameters
• name: The name of the
Implements
IDataParameterCollection.RemoveAt
See Also
MySqlParameterCollection
MySqlParameterCollection.RemoveAt Overload List
20.2.7.1.4.1.8. Transaction Property
Syntax: Visual Basic
Public Property Transaction As MySqlTransaction
Syntax: C#
public MySqlTransaction Transaction {get; set;}
See Also
MySqlCommand
20.2.7.1.4.1.9. UpdatedRowSource Property
Syntax: Visual Basic
NotOverridable Public Property UpdatedRowSource As UpdateRowSource _
_
Implements IDbCommand.UpdatedRowSource
Syntax: C#
public System.Data.UpdateRowSource UpdatedRowSource {get; set;}
Implements
Connector/Net API Reference
Class,
MySql.Data.MySqlClient
MySqlParameterCollection.RemoveAt
MySqlParameter
MySqlParameter
Class,
MySql.Data.MySqlClient
Class,
MySql.Data.MySqlClient Namespace
Namespace,
Method
from the collection using the parameter name.
object to retrieve.
Namespace,
1986

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents