Click or drag to resize
ViewQueryOnError Method
Sets the response in the event of an error

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IViewQuery OnError(
	bool stop
)

Parameters

stop
Type: SystemBoolean
True to stop in the event of an error; true to continue

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryOnError(Boolean)
See Also