MySqlAttributeCollection.Add method
Adds a new MySqlAttribute to the collection.
public void Add(MySqlAttribute attribute)
| parameter | description |
|---|---|
| attribute | The attribute to add. |
Remarks
The attribute name must not be empty, and must not already exist in the collection.
See Also
- class MySqlAttribute
- class MySqlAttributeCollection
- namespace MySqlConnector
- assembly MySqlConnector