OracleXmlType Instance Properties

The OracleXmlType instance properties are listed in Table 8-26.

Table 8-26 OracleXmlType Instance Properties

Properties Description

Connection

Indicates the OracleConnection that is used to retrieve and store XML data in the OracleXmlType

IsEmpty

Indicates whether or not the OracleXmlType is empty

IsFragment

Indicates whether the XML data is a collection of XML elements or a well-formed XML document

IsNull

Indicates whether or not the OracleXmlType is null

IsSchemaBased

Indicates whether or not the XML data represented by the OracleXmlType is based on an XML schema

Null

Represents a null value that can be assigned to an OracleXmlType instance

RootElement

Represents the name of the top-level element of the schema-based XML data contained in the OracleXmlType

Schema

Represents the XML schema of the XML data contained in the OracleXmlType

SchemaUrl

Represents URL in the database for the XML schema of the XML data contained in the OracleXmlType

Value

Returns the XML data starting from the first character in the current instance as a string