CR2XML<T> Class Members

 

  1. Data Members
    m_bAfter    A boolean data indicating how the XML string of its child recordset rows attached with a row XML string.
    m_bElements    A boolean data deciding whether the XML string of a row is in the element format or attribute.
    m_strRowTag    A string determining the tag of a XML string of a row.
    m_strChildren    A string representing the XML string of a set of its child records, which will be attached with the XML string of one parent record.
      
  2. Construction/Destruction
    CR2XML    Constructs a CR2XML<T> object and initializes its members.
    ~CR2XML    Destroys a CR2XML object.
        
  3. Methods
    GetCols    Gets the number of columns involved.
    GetDataEx    Gets the data for a column.
    GetRawDataType    Gets the original data type of a rowset or OLAP dataset column.
    GetXMLField    Gets the data in the XML string for a column.
    GetXMLRow    Gets the XML string data for a row.
    GetSchema    Gets the XML schema for a rowset or OLAP dataset.

CR2XML Class Overview