XmlResults::reset

#include <DbXml.hpp>

void XmlResults::reset()

If a query was processed with eager evaluation, a call to the XmlResults::reset method resets the result set iterator, so that a subsequent call to XmlResults::next method will return the first value in the result set. If the query was processed with lazy evaluation then a call to XmlResults::reset method throws an exception.

Class

XmlResults

See Also

XmlResults Methods