NumberOps Enumeration
Valid numeric filtering operations for methods such as AppendFilter.
Syntax
'Declaration
Public Enum NumberOps
Inherits System.Enum
public enum NumberOps : System.Enum
Members
Member | Description |
---|---|
Equals | |
LessThan | Return rows where the selected field is less than the given number. |
LessThanOrEqual | Return rows where the selected field is less than or equal to the given number. |
MoreThan | Return rows where the selected field is more than the given number. |
MoreThanOrEqual | Return rows where the selected field is more than or equal to the given number. |
NotEquals | Return rows where the selected field does not equal the given number. |
OlderThanDays | The selected field must be a datetime. The filter will return rows that are |
OlderThanHours | The selected field must be a datetime. The filter will return rows that are |
WithinDays | The selected field must be a datetime. The filter will return rows that occurred are within the given number of days before or after. |
WithinHours | The selected field must be a datetime. The filter will return rows that occurred are within the given number of hours before or after. |
Inheritance Hierarchy
System.Object System.ValueType System.Enum [FChoice.Foundation.NumberOps**
Requirements
Namespace: FChoice.Foundation
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)
Reference
FChoice.Foundation Namespace FChoice.Foundation.NumberOps
Requirements
Namespace: FChoice.Foundation
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)