AzureDocumentDbDriver icon indicating copy to clipboard operation
AzureDocumentDbDriver copied to clipboard

no longer working with cosmos db?

Open bigerock opened this issue 4 years ago • 0 comments

hi - great driver idea. but i can't get it to work. i'm using linqpad 5 and was able to succesfully set up the driver and it does show my objects in the connection explorer. but trying to get anything back using a simple query doesn't work. i have a simple cosmos db (not table api) and i'm trying to get the items within a container. the container is called 'contactus' ... all lowercase. when i try to take(100) on that object it throws a syntax error in linqpad.

C# Expression: contactus.Take(100)

error: CS1729 'object' does not contain a constructor that takes 3 arguments

any ideas?

bigerock avatar Sep 02 '20 22:09 bigerock