Click or drag to resize

ExpressionExecute Method

Execute the compiled xquery expression with the provided RuntimeOptions. The main result Sequence can be accessed via the MainValue property. Note that the actual value in the Sequence will vary depending on the DeliveryFormat specified in the RuntimeOptions. In case of a runtime error the returned ResultList is null and the ErrorLog contains the error.

Namespace:  Altova.RaptorXml.Beta.XQuery
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public ResultList Execute(
	RuntimeOptions options,
	out ErrorLog log
)

Parameters

options
Type: Altova.RaptorXml.Beta.XQueryRuntimeOptions
log
Type: Altova.RaptorXmlErrorLog

Return Value

Type: ResultList
See Also