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

In This Topic
    IsSchemaBased Property
    In This Topic
    Indicates whether the OracleXml object data is based on an XML schema.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSchemaBased As Boolean
    public bool IsSchemaBased {get;}

    Property Value

    true, if the OracleXml object data is based on an XML schema. Otherwise false.
    Remarks
    This property is not supported in the OracleConnection.Direct mode.
    See Also