Set the search predicate for a given search.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub SetSearchPredicate( _ 
   ByVal pred As NetricsPredicate _ 
)
C#
public void SetSearchPredicate(
   NetricsPredicate pred
)
C++
public:
 void SetSearchPredicate(
   NetricsPredicate pred
) sealed 
J#
public void SetSearchPredicate(
   NetricsPredicate pred
)
JScript
public  function SetSearchPredicate(
   pred : NetricsPredicate
)

Remarks

This is the one predicate which must evaluate to true for any record returned by the search. In other words, the ibi™ Patterns - Search Server will return the "MatchesRequested" best records which evaluated to true for the given predicate.

See Also