| Name | Description | |
|---|---|---|
|   | Null | Represents a null value that can be assigned to a DB2Xml structure. | 
The following tables list the members exposed by DB2Xml.
| Name | Description | |
|---|---|---|
|  | CacheData | Indicates if the data stored in the DB2Xml instance is to be cached. | 
|  | IsNull | Specifies whether the DB2Xml object is empty | 
| Name | Description | |
|---|---|---|
|  | Equals | Compares the specified object parameter to the DB2Xml property of the DB2String object. | 
|  | GetBytes | Returns a UTF-8 byte array representing the contents of the DB2Xml object instance in binary format for XML columns. | 
|  | GetHashCode | Returns a hash code for the DB2Xml structure. | 
|  | GetString | Returns a UTF-8 string representing the contents of the DB2Xml object instance. | 
|  | GetXmlReader | Returns System.Xml.XmlReader object connected with XML data of the DB2Xml. | 
|  | ToString | Converts the specified DB2Xml object to a System.String representing XML data. |