comminity-data-odata-linq icon indicating copy to clipboard operation
comminity-data-odata-linq copied to clipboard

Exception when using $select

Open yoozek opened this issue 3 years ago • 0 comments

When I specify property name in select it throws the following exception

Could not create an instance of type Community.OData.Linq.OData.Query.Expressions.PropertyContainer. 
Type is an interface or abstract class and cannot be instantiated. Path '[0].Container.Name', line 1, position 71

I'm using this package to query CosmosDB and GetItemLinqQueryable. Any ideas on how to approach this issue?

yoozek avatar Sep 08 '21 14:09 yoozek