OracleXmlStream Class
An OracleXmlStream object represents a read-only stream of XML data stored in an OracleXmlType object.
                  
Class Inheritance
System.Object 
                  
  System.MarshalByRefObject 
                  
    System.Stream 
                  
      System.OracleXmlStream 
                  
Declaration
// C# public sealed class OracleXmlStream : IDisposable, ICloneable
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.