Pretty print the output.
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxIQueryRequest Pretty(
bool pretty
)
IQueryRequest Pretty(
bool pretty
)
Function Pretty (
pretty As Boolean
) As IQueryRequest
Function Pretty (
pretty As Boolean
) As IQueryRequest
IQueryRequest^ Pretty(
bool pretty
)
IQueryRequest^ Pretty(
bool pretty
)
abstract Pretty :
pretty : bool -> IQueryRequest
abstract Pretty :
pretty : bool -> IQueryRequest
Parameters
- pretty
- Type: System.Boolean
True for the pretty.
Return Value
Type:
IQueryRequestA reference to the current
IQueryRequest for method chaining.
RemarksTrue by default.
RemarksOptional.
See Also