Sets the response in the event of an error
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery OnError(
bool stop
)
Function OnError (
stop As Boolean
) As IViewQuery
IViewQuery^ OnError(
bool stop
)
abstract OnError :
stop : bool -> IViewQuery
Parameters
- stop
- Type: SystemBoolean
True to stop in the event of an error; true to continue
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also