dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleXml Class / Value Property

In This Topic
    Value Property (OracleXml)
    In This Topic
    Gets a string representing XML data of the specified OracleXml object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As String
    public string Value {get;}

    Property Value

    A System.String containing XML data.
    See Also