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

    See Also