LinkMenuExpand(external link)DocumentSearchCopyCopied

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)
parameterdescription
attributeNameThe attribute name.
valueThe attribute value.

See Also