Create a new AdhocQuery object and initialize it with the given query string.
Create a new AdhocQuery object and initialize it with the given query string.
AdhocQuery NewAdhocQuery(string);
Create a new AdhocQuery object and initialize it with the given query string and RequestOptions object.
AdhocQuery NewAdhocQuery(string,RequestOptions);
Session Interface | Marklogic.Xcc Namespace