Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no longer working with cosmos db? #10

Open
bigerock opened this issue Sep 2, 2020 · 0 comments
Open

no longer working with cosmos db? #10

bigerock opened this issue Sep 2, 2020 · 0 comments

Comments

@bigerock
Copy link

bigerock commented Sep 2, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant