Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

Filter UserCollection data using UserQuery ?

$
0
0

I have created a UserQueryand I have already made a UserCollection.

But I need to use the existingUserCollection to filter the data using the UserQuery.

Eg. 

var filteredUserCollectionObj = userCollectionObj.Filter(userQueryObj);


Note: Above code is just for understanding purposes. Not existing in real world.


Viewing all articles
Browse latest Browse all 9076

Trending Articles