dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleXml Class / OracleXml Constructor

In This Topic
OracleXml Constructor
In This Topic
Initializes a new instance of the OracleXml class.
Overload List
OverloadDescription
Initializes an empty OracleXml object.  
Initializes an OracleXml object with the specified XML data as string.  
Initializes an OracleXml object with the specified XML data as an array of symbols.  
Initializes an OracleXml object with the specified connection and XML data defined as an Oracle LOB.  
Initializes an empty OracleXml object with the specified connection.  
Initializes a new instance of the OracleXml class with the specified XML data as OracleLob object.  
Initializes a new instance of the OracleXml class with the specified XML data as an array of symbols.  
Initializes a new instance of the OracleXml class with the specified connection and XML data defined as a string.  
See Also