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

DB2XsrObjectId Structure
Represents an XML schema identifier.
Syntax
'Declaration
 
Public Structure DB2XsrObjectId 
   Inherits System.ValueType
   Implements System.Data.SqlTypes.INullable 
 
Remarks

Represents the schema identifier value returned from the XMLXSROBJECTID SQL function.

To obtain a DB2XsrObjectId object call the Devart.Data.DB2.DB2DataReader.GetDB2XsrObjectId method of the Devart.Data.DB2.DB2DataReader class. You cannot create a DB2XsrObjectId object yourself.

Inheritance Hierarchy

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

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