MySqlParameterCollection Properties

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

The MySqlParameterCollection type exposes the following members.

Properties

  Name Description
Public property Count
Gets the number of MySqlParameter objects in the collection.
(Overrides DbParameterCollection..::..Count.)
Public property IsFixedSize
Gets a value that indicates whether the MySqlParameterCollection has a fixed size.
(Overrides DbParameterCollection..::..IsFixedSize.)
Public property IsReadOnly
Gets a value that indicates whether the MySqlParameterCollection is read-only.
(Overrides DbParameterCollection..::..IsReadOnly.)
Public property IsSynchronized
Gets a value that indicates whether the MySqlParameterCollection is synchronized.
(Overrides DbParameterCollection..::..IsSynchronized.)
Public property Item[([( Int32])])
Gets the MySqlParameter at the specified index.
Public property Item[([( String])])
Gets the MySqlParameter with the specified name.
Public property SyncRoot
Gets an object that can be used to synchronize access to the MySqlParameterCollection.
(Overrides DbParameterCollection..::..SyncRoot.)

See Also