-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels