dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleXml Class / Extract Method / Extract(String,XmlNamespaceManager) Method
The XPath expression.
Parameter used for namespace resolution of the XPath expression.

Extract(String,XmlNamespaceManager) Method
Extracts a fragment of XML by the specified XPath expression.
Syntax
'Declaration
 
Public Overloads Function Extract( _
   ByVal xpathExpr As String, _
   ByVal nsMgr As XmlNamespaceManager _
) As OracleXml
 

Parameters

xpathExpr
The XPath expression.
nsMgr
Parameter used for namespace resolution of the XPath expression.

Return Value

XML fragment represented as OracleXml.
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