Sundeep
Results
1
comments of
Sundeep
1. First thing to check is Count() is added in config, like this ``` .AddOData(options => options.AddRouteComponents("odata", builder.GetEdmModel()) .Select().Expand().Filter().OrderBy().Count().SetMaxTop(null)); ``` 2. If you are using attribute routing, then the value...