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