MySqlAttributeCollection class
MySqlAttributeCollection represents a collection of query attributes that can be added to a MySqlCommand.
public sealed class MySqlAttributeCollection : IEnumerable<MySqlAttribute>
Public Members
| name | description | 
|---|---|
| Count { get; } | Returns the number of attributes in the collection. | 
| Item { get; } | Gets the attribute at the specified index. | 
| Add(…) | Adds a new MySqlAttribute to the collection. | 
| Clear() | Clears the collection. | 
| GetEnumerator() | Returns an enumerator for the collection. | 
| Remove(…) | Removes the specified attribute from the collection. | 
| SetAttribute(…) | Sets the attribute with the specified name to the given value, overwriting it if it already exists. | 
See Also
- class MySqlAttribute
 - namespace MySqlConnector
 - assembly MySqlConnector