2, 3, 4]。Closure 'main_closure': type '(dynamic) => dynamic' is not a subtype of type '(dynamic) => Iterable<dynamic<int>);
// CastError: Instance of 'JSArray': type 'JSArray' is not a subtype o
我有一个基于C#的OData源代码,我在让$expand工作时遇到了问题。StackOverFlow的所有相关文章似乎都提到了OData之前的V4,因为许多控制器方法模式只是在OData V4下不适用/工作。public int Id { get; set } }http://localhost/OData4/$expand=Table2
$expand=Category($select=Name)&$select=Price/odata/Product?$expand=Category&$select=Price,Category/Name as CategoryName/odata/Product?$expand=Category&$select=Price,Category($select=Name as CategoryName)/odata