OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / Filter.Contains Class / Filter.Contains Constructor / Filter.Contains Constructor(DepartmentColumn,Object)
Determines the specific database column that this Filter is applied to.
Determines the value to filter the specified Column by.



In This Topic
    Filter.Contains Constructor(DepartmentColumn,Object)
    In This Topic
    Initializes a Filter.Contains filter using the given column and value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal column As Schema.DepartmentColumn, _
       ByVal value As Object _
    )
    'Usage
     
    
    Dim column As Schema.DepartmentColumn
    Dim value As Object
     
    Dim instance As New Filter.Contains(column, value)
    public Filter.Contains( 
       Schema.DepartmentColumn column,
       object value
    )
    public:
    Filter.Contains( 
       Schema.DepartmentColumn column,
       Object^ value
    )

    Parameters

    column
    Determines the specific database column that this Filter is applied to.
    value
    Determines the value to filter the specified Column by.
    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