Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FilterExpressionLogicalOperator

name

FilterExpressionLogicalOperator

Index

Enumeration members

Enumeration members

AND

AND: = "AND"

Represents that a logical AND will be performed. A record will only be returned if it matches all of the FilterExpressions that have been added to the LogicalFilterExpression.

OR

OR: = "OR"

Represents that a logical OR will be performed. A record will be returned if it matches any of the FilterExpressions that have been added to the LogicialFilterExpression.

Generated using TypeDoc