'Declaration
Public Overloads Shadows Function WhereIds( _ ByVal filters As IList(Of Filter) _ ) As IList(Of Guid)
'Usage
Dim instance As InvoiceQuery Dim filters As IList(Of Filter) Dim value As IList(Of Guid) value = instance.WhereIds(filters)
public new IList<Guid> WhereIds( IList<Filter> filters )
public: new IList<Guid>^ WhereIds( IList<Filter^>^ filters )
Parameters
- filters
- The list of Filter objects to apply to the query.
Return Value
A list of unique Guid identifiers.