OracleXmlType Constructors
OracleXmlType constructors create instances of the OracleXmlType class.
Overload List:
-
This constructor creates an instance of the
OracleXmlTypeclass using the XML data contained in anOracleClobobject. -
OracleXmlType(OracleConnection, string)
This constructor creates an instance of the
OracleXmlTypeclass using the XML data contained in the .NETString. -
OracleXmlType(OracleConnection, XmlReader)
This constructor creates an instance of the
OracleXmlTypeclass using the contents of the .NETXmlReaderobject. -
OracleXmlType(OracleConnection, XmlDocument)
This constructor creates an instance of the
OracleXmlTypeobject using the contents of the XML DOM document in the .NETXmlDocumentobject.