IQueryRequest Signature Method Couchbase .NET SDK 2.0
Includes a header for the results schema in the response.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IQueryRequest Signature(
	bool includeSignature
)

Parameters

includeSignature
Type: System Boolean
True to include a header for the results schema in the response.

Return Value

Type: IQueryRequest
A reference to the current IQueryRequest for method chaining.
Remarks
The default is true.
Remarks
Optional.
See Also