Enum
FindOperators

List of find operators used in FindExpressions

Definition

Namespace:ArtOfTest.Common

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum FindOperators

Fields

AND

An AND operation (a AND b must be true)

Declaration

cs-api-definition
AND = 0

Field Value

FindOperators

OR

An OR operation (a OR b must be true)

Declaration

cs-api-definition
OR = 1

Field Value

FindOperators

PIPE

A PIPE operation (find A then find B)

Declaration

cs-api-definition
PIPE = 2

Field Value

FindOperators

In this article
DefinitionFieldsANDORPIPE
Not finding the help you need?
Contact Support