IQueryRequest Pretty Method Couchbase .NET SDK 2.1.0 Documentation
Pretty print the output.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
IQueryRequest Pretty(
	bool pretty
)

Parameters

pretty
Type: System Boolean
True for the pretty.

Return Value

Type: IQueryRequest
A reference to the current IQueryRequest for method chaining.
Remarks
True by default.
Remarks
Optional.
See Also