Oracle 5.0 Reference Manual page 1984

Table of Contents

Advertisement

RemoveAt
ToString (inherited from Object)
See Also
MySqlParameterCollection
20.2.7.1.4.1.7.1.1.1.
MySqlParameterCollection
Initializes a new instance of the
Syntax: Visual Basic
Public Sub New()
Syntax: C#
public MySqlParameterCollection();
See Also
MySqlParameterCollection
20.2.7.1.4.1.7.1.1.2. Count Property
Gets the number of MySqlParameter objects in the collection.
Syntax: Visual Basic
NotOverridable Public ReadOnly Property Count As Integer _
_
Implements ICollection.Count
Syntax: C#
public int Count {get;}
Implements
ICollection.Count
See Also
MySqlParameterCollection
20.2.7.1.4.1.7.1.1.3. Item Property
Gets the
MySqlParameter
MySqlParameterCollection
Overload List
Gets the
MySqlParameter
public MySqlParameter this[int] {get; set;}
Gets the
MySqlParameter
public MySqlParameter this[string] {get; set;}
See Also
Connector/Net API Reference
Class,
MySql.Data.MySqlClient Namespace
Constructor
MySqlParameterCollection
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
with a specified attribute. In C#, this property is the indexer for the
class.
at the specified index.
with the specified name.
1964
Overloaded. Removes the specified
MySqlParameter
from the collection.
Returns a String that represents the current
Object.
class.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents