dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Command Class / ExecuteXmlReader Method

In This Topic
    ExecuteXmlReader Method
    In This Topic
    Sends the CommandText to the Connection and builds an System.Xml.XmlReader. If the first column in the result set is not of a supported type (any character, binary type, or DB2Type.XML), an Invalid Column Type exception will be thrown.
    Syntax
    'Declaration
     
    Public Function ExecuteXmlReader() As XmlReader
    public XmlReader ExecuteXmlReader()

    Return Value

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also