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