Click or drag to resize

ICriterionValue Interface

A value (a number, date, list item) used by a criterion when searching. 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.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface ICriterionValue

The ICriterionValue type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleDouble
Double value A criterion is a field, an operator and one or more values for comparison.
Public propertyCode exampleListItem
ListItem value A criterion is a field, an operator and one or more values for comparison.
Public propertyCode exampleLong
Double value A criterion is a field, an operator and one or more values for comparison.
Public propertyCode exampleString
String value A criterion is a field, an operator and one or more values for comparison.
Public propertyTableId
Table id for ListItem value A criterion is a field, an operator and one or more values for comparison.
Top
See Also