IQueryRequest ReadOnly Method Couchbase .NET SDK 2.1.0 Documentation
If a GET request, this will always be true otherwise false.

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

Parameters

readOnly
Type: System Boolean
True for get requests.

Return Value

Type: IQueryRequest
A reference to the current IQueryRequest for method chaining.
Remarks
Any value set here will be overridden by the type of request sent.
See Also