Click or drag to resize

ICriterionValues Methods

The ICriterionValues type exposes the following members.

Methods
  NameDescription
Public method_Clear
Remove all the elements in the collection A criterion is a field, an operator and one or more values for comparison. A value (a number, date, list item) used by a criterion when searching.
Public method_Remove
Remove an item by id A criterion is a field, an operator and one or more values for comparison. A value (a number, date, list item) used by a criterion when searching.
Public methodCode exampleAddDate
Add date criterion value (between 1.1.1970 and 31.12.2036) A criterion is a field, an operator and one or more values for comparison. A value (a number, date, list item) used by a criterion when searching.
Public methodCode exampleAddDouble
Add double as criterion value A criterion is a field, an operator and one or more values for comparison. A value (a number, date, list item) used by a criterion when searching.
Public methodCode exampleAddListItem
Add list item id as criterion value A criterion is a field, an operator and one or more values for comparison. A value (a number, date, list item) used by a criterion when searching.
Public methodAddLong
Add long as criterion value A criterion is a field, an operator and one or more values for comparison. A value (a number, date, list item) used by a criterion when searching.
Public methodCode exampleAddString
Add string as criterion value A criterion is a field, an operator and one or more values for comparison. A value (a number, date, list item) used by a criterion when searching.
Public methodCode exampleAddUnlimitedDate
Add an unlimited date criterion value (date before 1.1.1970 and after 31.12.2036) A criterion is a field, an operator and one or more values for comparison. A value (a number, date, list item) used by a criterion when searching.
Public methodCode exampleExists
Returns true if the given item exists in the collection A criterion is a field, an operator and one or more values for comparison. A value (a number, date, list item) used by a criterion when searching. Returns true if there is a member in the collection at the given index.
Public methodGetEnumerator
Top
See Also