ra0o0f / arangoclient.net

ArangoDB .NET Client with LINQ support
Apache License 2.0
99 stars 37 forks source link

Query directly within a collection #142

Open nyovaya opened 1 year ago

nyovaya commented 1 year ago

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()...