What is a Document Query?
-
In contrast to the .NET client,
the Node.js client provides a unified API for querying documents via thesession.query()
method. -
The
query
method is essentially a shorthand for invoking thedocumentQuery
method.
See examples of those equivalent calls in query vs documentQuery. -
All available methods for the session's
query
method are listed here.