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

Validate Method
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
 

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