You are here: Type Reference > FilterCriteriaArray

FilterCriteriaArray

 

An array of strings used to find data that match the field-value pairs in the array.

 

Example:

 

ar[0] = (ListName=list1); ar[1] = (domain like %.com)

 

The relationship between the field-value pairs may be expressed as:

 

= equals

<> does not equal

< less than

> greater than

<= less than or equal

>= greater than or equal

like

 

A % is used for wildcards.

 

The data returned matches all of the elements in the array. In SQL programming terms, it is as if the elements of the array were joined with AND. For example, in the example above, members who belonged to list1 AND whose domain contains .com would be selected.



Type Reference ContentStruct