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

In This Topic
    IsFragment Property
    In This Topic
    Indicates whether the OracleXml object is a collection of XML elements without the root element.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFragment As Boolean
    public bool IsFragment {get;}

    Property Value

    true, if the Value property contains a collection of XML elements without the root element. Otherwise false.
    Remarks
    This property is not supported in the OracleConnection.Direct mode.
    See Also