dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Xml Structure
Fields Properties Methods

DB2Xml Structure Members

The following tables list the members exposed by DB2Xml.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents a null value that can be assigned to a DB2Xml structure.  
Top
Public Properties
 NameDescription
Public PropertyIndicates if the data stored in the DB2Xml instance is to be cached.  
Public PropertySpecifies whether the DB2Xml object is empty  
Top
Public Methods
 NameDescription
Public MethodCompares the specified object parameter to the DB2Xml property of the DB2String object.  
Public MethodReturns a UTF-8 byte array representing the contents of the DB2Xml object instance in binary format for XML columns.  
Public MethodReturns a hash code for the DB2Xml structure.  
Public MethodReturns a UTF-8 string representing the contents of the DB2Xml object instance.  
Public MethodReturns System.Xml.XmlReader object connected with XML data of the DB2Xml.  
Public MethodConverts the specified DB2Xml object to a System.String representing XML data.  
Top
See Also