MySqlParameterCollection Members

MySQL Connector/Net

The MySqlParameterCollection type exposes the following members.

Methods

  NameDescription
AddOverloaded.
AddRange
Adds an array of values to the end of the MySqlParameterCollection.
(Overrides DbParameterCollection..::.AddRange(Array).)
AddWithValue
Clear
Removes all items from the collection.
(Overrides DbParameterCollection..::.Clear()()().)
ContainsOverloaded.
Gets a value indicating whether a MySqlParameter exists in the collection.
CopyTo
Copies MySqlParameter objects from the MySqlParameterCollection to the specified array.
(Overrides DbParameterCollection..::.CopyTo(Array, Int32).)
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator
Returns an enumerator that iterates through the MySqlParameterCollection.
(Overrides DbParameterCollection..::.GetEnumerator()()().)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetParameterOverloaded.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IndexOfOverloaded.
Gets the location of a MySqlParameter in the collection.
InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Insert
Inserts a MySqlParameter into the collection at the specified index.
(Overrides DbParameterCollection..::.Insert(Int32, Object).)
MemberwiseCloneOverloaded.
Remove
Removes the specified MySqlParameter from the collection.
(Overrides DbParameterCollection..::.Remove(Object).)
RemoveAtOverloaded.
Removes the specified MySqlParameter from the collection.
SetParameterOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Count
Gets the number of MySqlParameter objects in the collection.
(Overrides DbParameterCollection..::.Count.)
IsFixedSize
Gets a value that indicates whether the MySqlParameterCollection has a fixed size.
(Overrides DbParameterCollection..::.IsFixedSize.)
IsReadOnly
Gets a value that indicates whether the MySqlParameterCollection is read-only.
(Overrides DbParameterCollection..::.IsReadOnly.)
IsSynchronized
Gets a value that indicates whether the MySqlParameterCollection is synchronized.
(Overrides DbParameterCollection..::.IsSynchronized.)
ItemOverloaded.
Gets the MySqlParameter with a specified attribute. [C#] In C#, this property is the indexer for the MySqlParameterCollection class.
SyncRoot
Gets an object that can be used to synchronize access to the MySqlParameterCollection.
(Overrides DbParameterCollection..::.SyncRoot.)

See Also