5#include <system/object_ext.h> 
    6#include <system/enum.h> 
   32struct EnumMetaInfo<
System::Xml::XmlNodeOrder>
 
   34    static const ASPOSECPP_SHARED_API std::array<std::pair<System::Xml::XmlNodeOrder, const char_t*>, 4>& values();
 
XmlNodeOrder
Describes the document order of a node compared to a second node.
Definition: xml_node_order.h:15
 
@ After
The current node of this navigator is after the current node of the supplied navigator.
 
@ Before
The current node of this navigator is before the current node of the supplied navigator.
 
@ Same
The two navigators are positioned on the same node.
 
@ Xml
Serialize according to the XML 1.0 rules.
 
Definition: db_command.h:9