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

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

    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.
    See Also