Set whether the predicate fails on empty data.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Sub setFailEmptyPred( _ ByVal fail As Boolean _ ) _ Implements INetricsSearchOpts.setFailEmptyPred |
| C# |
|---|
| public void setFailEmptyPred( bool fail ) |
| C++ |
|---|
| public: void setFailEmptyPred( bool fail ) sealed |
| J# |
|---|
| public void setFailEmptyPred( bool fail ) |
| JScript |
|---|
| public
function setFailEmptyPred( fail : bool ) |