OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / DepartmentQuery Class / Where Method / Where(IList<Filter>) Method
The list of Filter objects to apply to the query.



In This Topic
    Where(IList<Filter>) Method
    In This Topic
    Retrieves all Department objects from the relative table that match the given list of filters.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Function Where( _
       ByVal filters As IList(Of Filter) _
    ) As IList(Of Customer.Department)
    'Usage
     
    
    Dim instance As DepartmentQuery
    Dim filters As IList(Of Filter)
    Dim value As IList(Of Customer.Department)
     
    value = instance.Where(filters)

    Parameters

    filters
    The list of Filter objects to apply to the query.

    Return Value

    A list of Department objects.
    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