{"id":23740213,"url":"https://github.com/mustaddon/linqstring","last_synced_at":"2026-01-24T08:02:12.446Z","repository":{"id":214614193,"uuid":"736957030","full_name":"mustaddon/LinqString","owner":"mustaddon","description":"IQueryable.Select by property names (EF compatible extensions)","archived":false,"fork":false,"pushed_at":"2024-11-16T12:06:11.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-16T20:53:57.261Z","etag":null,"topics":["dotnet","dynamic-expressions","dynamic-types","efcore","entity-framework","entity-framework-core","ienumerable-extensions","iqueryable-extensions","linq-expressions","linq-extensions"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mustaddon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-29T11:20:04.000Z","updated_at":"2024-11-16T12:06:14.000Z","dependencies_parsed_at":"2024-01-20T14:47:20.062Z","dependency_job_id":null,"html_url":"https://github.com/mustaddon/LinqString","commit_stats":null,"previous_names":["mustaddon/linqstring"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustaddon%2FLinqString","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustaddon%2FLinqString/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustaddon%2FLinqString/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mustaddon%2FLinqString/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mustaddon","download_url":"https://codeload.github.com/mustaddon/LinqString/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231970943,"owners_count":18453930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","dynamic-expressions","dynamic-types","efcore","entity-framework","entity-framework-core","ienumerable-extensions","iqueryable-extensions","linq-expressions","linq-extensions"],"created_at":"2024-12-31T09:47:29.479Z","updated_at":"2026-01-24T08:02:07.406Z","avatar_url":"https://github.com/mustaddon.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinqString [![NuGet version](https://badge.fury.io/nu/LinqString.svg?v110)](http://badge.fury.io/nu/LinqString)\nIQueryable.Select by property names (EF compatible extensions)\n\n\n```C#\nusing LinqString;\n\n\nvar result = queryableSource\n    .OrderBy(\"SubObj.Prop1\", \"\u003eProp2\")\n    .Select(\"Prop1\", \"Prop2\", \"SubObj.Prop1\")\n    .ToList();\n\n// is an analogue of\n\nvar analogue = queryableSource\n    .OrderBy(x =\u003e x.SubObj.Prop1)\n    .ThenByDescending(x =\u003e x.Prop2)\n    .Select(x =\u003e new { \n        x.Prop1,\n        x.Prop2,\n        SubObj = new { \n            x.SubObj.Prop1\n        },\n    }).ToList();\n```\n[Program.cs](https://github.com/mustaddon/LinqString/tree/main/Examples/Program.cs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustaddon%2Flinqstring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmustaddon%2Flinqstring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmustaddon%2Flinqstring/lists"}