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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: