Click or drag to resize

SOCriterionValue Interface

ICriterionValue Interface 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 SOCriterionValue : ICriterionValue

The SOCriterionValue 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.
(Inherited from ICriterionValue.)
Public propertyCode exampleListItem
ListItem value A criterion is a field, an operator and one or more values for comparison.
(Inherited from ICriterionValue.)
Public propertyCode exampleLong
Double value A criterion is a field, an operator and one or more values for comparison.
(Inherited from ICriterionValue.)
Public propertyCode exampleString
String value A criterion is a field, an operator and one or more values for comparison.
(Inherited from ICriterionValue.)
Public propertyTableId
Table id for ListItem value A criterion is a field, an operator and one or more values for comparison.
(Inherited from ICriterionValue.)
Top
See Also