MySqlParameterCollection Properties

MySQL Connector/Net

The MySqlParameterCollection type exposes the following members.

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