fcSDK Documentation
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
MemberDescription
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.

OlderThanDaysThe selected field must be a datetime. The filter will return rows that are <N> days or older. Where <N> is the given number.
OlderThanHoursThe selected field must be a datetime. The filter will return rows that are <N> hours or older. Where <N> is the given number.
WithinDaysThe selected field must be a datetime. The filter will return rows that occurred are within the given number of days before or after.
WithinHoursThe 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)

See Also

Reference

FChoice.Foundation Namespace

 

 


© 2010 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.

Send comments on this topic.