XmlQueryContext::getReturnType

#include <DbXml.hpp>

ReturnType XmlQueryContext::getReturnType();

Retrieves the current ReturnType set for the XmlQueryContext . This value can be set using the XmlQueryContext::setReturnType method.

Parameters

type

The type parameter specifies which of documents or values to return, and must be set to one of the following values:

Class

XmlQueryContext

See Also

XmlQueryContext Methods