LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlAttributeCollection.Remove method

Removes the specified attribute from the collection.

public bool Remove(MySqlAttribute attribute)
parameterdescription
attributeThe attribute to remove.

Return Value

true if that attribute was removed; otherwise, false.

See Also