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

In This Topic
    DB2XsrObjectId Structure
    In This Topic
    Represents an XML schema identifier.
    Syntax
    'Declaration
     
    Public Structure DB2XsrObjectId 
       Inherits System.ValueType
       Implements System.Data.SqlTypes.INullable 
    public struct DB2XsrObjectId : System.ValueType, 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

    See Also