Show / Hide Table of Contents

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 days or older. Where is the given number.
OlderThanHours The selected field must be a datetime. The filter will return rows that are hours or older. Where is the given number.
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 XP, Windows Server 2003 and 2008 family

Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)

Reference

FChoice.Foundation Namespace

Back to top © 2018 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.