dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleXml Class / Transform Method / Transform(OracleXml) Method
XSL schema to transform OracleXml.

Transform(OracleXml) Method
Transforms the current OracleXml object according to the specified XSL schema.
Syntax
'Declaration
 
Public Overloads Function Transform( _
   ByVal xsldoc As OracleXml _
) As OracleXml
 

Parameters

xsldoc
XSL schema to transform OracleXml.

Return Value

A new OracleXml received as a result of the transformation.
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