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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also