You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why cant we query within specific collections?
As I have understood querying on db will query on the collection with the name of the class, but what if the name of the collection is different?
Or in my case I have dynamic data structures and want to query the documents from within a collection as JObjects.
Maybe there should be a similar API like: collection.Query()...