MySqlAttributeCollection.SetAttribute method
Sets the attribute with the specified name to the given value, overwriting it if it already exists.
public void SetAttribute(string attributeName, object? value)
parameter | description |
---|---|
attributeName | The attribute name. |
value | The attribute value. |
See Also
- class MySqlAttributeCollection
- namespace MySqlConnector
- assembly MySqlConnector