我可以从字符串输入中获取Linq中的对象属性吗?
举个例子,我收集衣服:
Price
这将按名称排序,好的。
但是,用户也可以按Type
,Creation Date
,clothes.OrderBy(x => x + "." + inputFilter);
等方式对其进行排序。
所以可以做类似的事情:
OrderBy
这显然不是这样的,但 public ActionResult AddExperience(modal m)
{
//your code for save the current user data in database after add you need to
var get = new JobOrderRepository().FirstOrDefault(x => x.Id == m.id);
return View(get);
}
也没有多少方法。
我的想法是跳过一些Switch Case构造,如果有更聪明的方法。 我的问题是这样的吗?
(我使用带有Razor引擎的asp.net MVC。)