dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Xml Structure
Members

In This Topic
    DB2Xml Structure
    In This Topic
    Represents an DB2 XMLType instance.
    Syntax
    'Declaration
     
    Public Structure DB2Xml 
       Inherits System.ValueType
       Implements System.Data.SqlTypes.INullable 
    Remarks
    Use DB2Xml object to represent XML data at DB2 database. Values of DB2Xml type can be retrived from Devart.Data.DB2.DB2Types.DB2DataReader and passed to Devart.Data.DB2.DB2Types.DB2Parameter object.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Devart.Data.DB2.DB2Types.DB2Xml

    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