| MarkLogic XCC/.Net Library |
|
Session.NewAdhocQuery Method (String, RequestOptions)
Create a new AdhocQuery object and initialize it with the given query string and RequestOptions object.
Parameters
-
queryText
- The ad-hoc XQuery code to be evaluated.
-
options
- An instance of RequestOptions to be set on the return AdhocQuery object. This can be overridden later.
Return Value
An initialized instance of AdhocQuery.
See Also
Session Interface | Marklogic.Xcc Namespace | Session.NewAdhocQuery Overload List