MySqlParameterCollection Properties

MySQL Connector/Net

MySqlParameterCollection Properties

The MySqlParameterCollection type exposes the following members.

Properties
  Name Description
Public property Count
Gets the number of MySqlParameter objects in the collection.
(Overrides DbParameterCollectionCount.)
Public property IsFixedSize
Gets a value that indicates whether the MySqlParameterCollection has a fixed size.
(Overrides DbParameterCollectionIsFixedSize.)
Public property IsReadOnly
Gets a value that indicates whether the MySqlParameterCollection is read-only.
(Overrides DbParameterCollectionIsReadOnly.)
Public property IsSynchronized
Gets a value that indicates whether the MySqlParameterCollection is synchronized.
(Overrides DbParameterCollectionIsSynchronized.)
Public property ItemInt32
Gets the MySqlParameter at the specified index.
Public property ItemString
Gets the MySqlParameter with the specified name.
Public property SyncRoot
Gets an object that can be used to synchronize access to the MySqlParameterCollection.
(Overrides DbParameterCollectionSyncRoot.)
Top
See Also