OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Filter.Range Class
Members



In This Topic
    Filter.Range Class
    In This Topic
    Filters database query results by returning records that contain values between an upper and lower bound in the specified column.
    Syntax
    'Declaration
     
    
    <DataContractAttribute()>
    <KnownTypeAttribute(OnTime.Extensions.SDK.Filter)>
    Public Class Filter.Range 
       Inherits Filter
    'Usage
     
    
    Dim instance As Filter.Range
    [DataContract()]
    [KnownType(OnTime.Extensions.SDK.Filter)]
    public class Filter.Range : Filter 
    [DataContract()]
    [KnownType(OnTime.Extensions.SDK.Filter)]
    public ref class Filter.Range : public Filter 
    Remarks
    Recommended for columns or fields that store System.DateTime values or other numeric data types.
    Dates should be specified as Local or UTC by use of the System.DateTime.Kind property. Dates with the System.DateTime.Kind property not set (Unspecified) will be interpreted as UTC.
    Any defined upper or lower bounds are always considered as inclusive.
    Inheritance Hierarchy

    System.Object
       OnTime.Extensions.SDK.Filter
          OnTime.Extensions.SDK.Filter.Range

    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also