OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / InvoiceQuery Class / WhereIds Method / WhereIds(IList<Filter>,InvoiceColumn) Method
The list of Filter objects to apply to the query.
The Schema column to sort the results by (ascending).



In This Topic
    WhereIds(IList<Filter>,InvoiceColumn) Method
    In This Topic
    Retrieves all unique Invoice identifiers from the relative table that match the given list of filters.
    Syntax
    'Declaration
     
    
    Public Overloads Function WhereIds( _
       ByVal filters As IList(Of Filter), _
       ByVal orderBy As Schema.InvoiceColumn _
    ) As IList(Of Guid)
    'Usage
     
    
    Dim instance As InvoiceQuery
    Dim filters As IList(Of Filter)
    Dim orderBy As Schema.InvoiceColumn
    Dim value As IList(Of Guid)
     
    value = instance.WhereIds(filters, orderBy)

    Parameters

    filters
    The list of Filter objects to apply to the query.
    orderBy
    The Schema column to sort the results by (ascending).

    Return Value

    A list of unique Guid identifiers.
    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