MySQL Connector/Net
MySqlParameterCollection Properties |
The MySqlParameterCollection type exposes the following members.

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