ICriterionValuesAddLong Method |
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.
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxvoid AddLong(
int Value
)
Sub AddLong (
Value As Integer
)
Dim instance As ICriterionValues
Dim Value As Integer
instance.AddLong(Value)
void AddLong(
[InAttribute] int Value
)
Parameters
- Value
- Type: SystemInt32
See Also