XmlValue::isNull

#include <DbXml.hpp>

class DbXml::XmlValue {
public:
	bool isNull() const;
	...
};

Returns true if the XmlValue has no value (type NONE).

Class

XmlValue

See Also

XmlValue Methods