OracleXmlType Class
An OracleXmlType
object represents an Oracle XMLType
instance.
Class Inheritance
System.Object
System.OracleXmlType
Declaration
// C#
public sealed class OracleXmlType : IDisposable, INullable
Requirements
Provider | ODP.NET, Unmanaged Driver | ODP.NET, Managed Driver | ODP.NET Core |
---|---|---|---|
Assembly |
|
|
|
Namespace |
|
|
|
.NET Framework |
4.8 |
4.8 |
- |
.NET (Core) |
- |
- |
Thread Safety
All public static methods are thread-safe, although instance methods do not guarantee thread safety.
Remarks
OracleXmlType
objects can be used for well-formed XML documents with or without XML schemas or XML fragments.