LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlAttributeCollection.Add method

Adds a new MySqlAttribute to the collection.

public void Add(MySqlAttribute attribute)
parameterdescription
attributeThe attribute to add.

Remarks

The attribute name must not be empty, and must not already exist in the collection.

See Also