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 | Overloaded. 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.) |