Thursday, 13 April 2017

How to write query in documentdb to match exact arrays?

Suppose in documentdb collection I have 1 document:

i.e. { "school": "1254", "types": [ "manager","customer", "teacher","principal" ] }

Now I want to write 1 query with types, suppose I have types with same values of existing document then how can I match both array in query ?



via Piyush Dholariya

No comments:

Post a Comment