XmlContainer::removeAlias

#include <DbXml.hpp>

bool removeAlias(const std::string &alias)

The XmlContainer::removeAlias method removes the named alias from the list maintained by the containing XmlManager . If the alias does not exist, or matches a different XmlContainer, the call fails. Return value is true upon success, false upon failure.

Parameters

alias

The alias to remove.

Class

XmlContainer

See Also

XmlContainer Methods