System.Linq.Dynamic.Core
System.Linq.Dynamic.Core copied to clipboard
list<dynamic> convert to IQueryable and use groupby(propertyname) Error occurred
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 Can you please provide a full working example console - app which describes your isssue?
Hello @ClementeGa, Can you please provide a full working example console - app / dotnet fiddle or unit-test which describes your issue?