







![]() ![]() ![]() |
MySQL Connector/Net |
MySqlParameterCollection Properties |
MySqlParameterCollection Class See Also Send Feedback |
![]() |
The MySqlParameterCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
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.) |
![]() |
Item[([( Int32])]) |
Gets the MySqlParameter at the specified index.
|
![]() |
Item[([( String])]) |
Gets the MySqlParameter with the specified name.
|
![]() |
SyncRoot |
Gets an object that can be used to synchronize access to the
MySqlParameterCollection.
(Overrides DbParameterCollection..::..SyncRoot.) |