dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleXml Class / Validate Method
The URL in the database of the XML schema.

In This Topic
    Validate Method
    In This Topic
    Validates whether or not the XML data of the OracleXml object conforms to the given XML schema.
    Syntax
    'Declaration
     
    Public Function Validate( _
       ByVal schemaUrl As String _
    ) As Boolean
    public bool Validate( 
       string schemaUrl
    )

    Parameters

    schemaUrl
    The URL in the database of the XML schema.

    Return Value

    true, if the data of the OracleXml object conforms to the given XML schema. Otherwise false.
    Remarks
    This method is not supported in the OracleConnection.Direct mode.
    See Also