Sets the response in the event of an error
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic IViewQuery OnError(
bool stop
)
public IViewQuery OnError(
bool stop
)
Public Function OnError (
stop As Boolean
) As IViewQuery
Public Function OnError (
stop As Boolean
) As IViewQuery
public:
virtual IViewQuery^ OnError(
bool stop
) sealed
public:
virtual IViewQuery^ OnError(
bool stop
) sealed
abstract OnError :
stop : bool -> IViewQuery
override OnError :
stop : bool -> IViewQuery
abstract OnError :
stop : bool -> IViewQuery
override OnError :
stop : bool -> IViewQuery
Parameters
- stop
- Type: System.Boolean
True to stop in the event of an error; true to continue
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
Implements
IViewQuery.OnError(Boolean)
See Also