This property returns the XML data starting from the first character in the current instance as a string.
Declaration
// C#
public string Value{get;}
Property Value
The entire XML data as a string.
Exceptions
ObjectDisposedException - The object is already disposed.
InvalidOperationException - The OracleConnection is not open or has been closed during the lifetime of the object.