OracleXmlType Constructors
OracleXmlType
constructors create instances of the OracleXmlType
class.
Overload List:
-
This constructor creates an instance of the
OracleXmlType
class using the XML data contained in anOracleClob
object. -
OracleXmlType(OracleConnection, string)
This constructor creates an instance of the
OracleXmlType
class using the XML data contained in the .NETString
. -
OracleXmlType(OracleConnection, XmlReader)
This constructor creates an instance of the
OracleXmlType
class using the contents of the .NETXmlReader
object. -
OracleXmlType(OracleConnection, XmlDocument)
This constructor creates an instance of the
OracleXmlType
object using the contents of the XML DOM document in the .NETXmlDocument
object.