This constructor creates an instance of the OracleXmlType class using the XML data contained in an OracleClob object.
Declaration
// C#
public OracleXmlType(OracleClob oraClob);
Parameters
oraClob
An OracleClob object.
Exceptions
ArgumentNullException - The OracleClob object is null.
InvalidOperationException - The OracleConnection is not open or has been closed during the lifetime of the object.
Remarks
The CLOB data depends on a valid connection object and the new OracleXMLType uses the OracleConnection in the OracleClob object to store data for the current instance.