DrdaDataReader.GetXml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GetXml(Int32) | |
| GetXml(Int32, Encoding) |
GetXml(Int32)
public:
System::Xml::XmlDocument ^ GetXml(int i);
public System.Xml.XmlDocument GetXml (int i);
member this.GetXml : int -> System.Xml.XmlDocument
Public Function GetXml (i As Integer) As XmlDocument
Parameters
- i
- Int32
Returns
Applies to
GetXml(Int32, Encoding)
public:
System::Xml::XmlDocument ^ GetXml(int i, System::Text::Encoding ^ encoder);
public System.Xml.XmlDocument GetXml (int i, System.Text.Encoding encoder);
member this.GetXml : int * System.Text.Encoding -> System.Xml.XmlDocument
Public Function GetXml (i As Integer, encoder As Encoding) As XmlDocument
Parameters
- i
- Int32
- encoder
- Encoding