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