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
I'm not a LINQ expert, but from what I can tell this isn't supported in LINQ currently. There is no extension methods exposing the functionality. I couldn't find any tests actually validating the DOCUMENTID being used in a e2e linq test. The test you pointed out is only unit testing a specific part of the LINQ logic.
Unable to select the results from DOCUMENTID()
This is a valid SQL query that can be run against CosmosDB:
When trying to match up the projection with an example like this it fails as unsupported:
This is mapped up and used in the tests:
azure-cosmos-dotnet-v3/Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/SqlObjects/SqlObjectVisitorBaselineTests.cs
Line 737 in c8935ac
But is failing as not implemented:
I have also tried this approach with no success:
Here is the result:
The text was updated successfully, but these errors were encountered: