System.Linq.Dynamic.Core icon indicating copy to clipboard operation
System.Linq.Dynamic.Core copied to clipboard

list<dynamic> convert to IQueryable and use groupby(propertyname) Error occurred

Open ClementeGao opened this issue 4 years ago • 2 comments

the code is

public class ImportDataInput
    {
        public List<dynamic> JsonDatas { get; set; }
    }
var data = input.JsonDatas.AsQueryable().GroupBy(input.GroupFieldName);

i need your help

ClementeGao avatar Jun 21 '21 12:06 ClementeGao

@ClementeGao Can you please provide a full working example console - app which describes your isssue?

StefH avatar May 02 '22 08:05 StefH

Hello @ClementeGa, Can you please provide a full working example console - app / dotnet fiddle or unit-test which describes your issue?

StefH avatar Mar 06 '23 21:03 StefH