Closed gbrohammer closed 4 years ago
Nevermind, both namespaces are available for the same types when adding the package. Microsoft.WindowsAzure.Storage.Table and Microsoft.Azure.Cosmos.Table
used the wrong one when trying out previous nuget packages.
According to the documentation: https://docs.microsoft.com/en-us/rest/api/storageservices/writing-linq-queries-against-the-table-service
I should be able to create an IQuerable context.CreateQuery to consume in a downstream OData endpoint using Automapper projection.
Using dotnet core 3.1 and CreateQuery is not availabe on CloudTable.
Why is the method missing and is there a workaround to get an IQuerable to consume in my own OData Controller?