OracleXmlStream Constructor
This constructor creates an instance of an OracleXmlStream object which provides a Stream representation of the XML data stored in an OracleXmlType object.
                  
Declaration
// C#
public OracleXmlStream(OracleXmlType xmlType);Parameters
- 
                        
xmlTypeThe
OracleXmlTypeobject. 
Remarks
The OracleXmlStream implicitly uses the OracleConnection object from the OracleXmlType object from which it was constructed.