Is there a simple way to get a specific column data from the db

前端 未结 0 1133
误落风尘
误落风尘 2020-12-14 06:32

I have a list data like this

var empData = this._db.empObj.Where(x => x.Id== 18).OrderByDescending(x => x.Name).ToList();

Is there a wa

相关标签:
回答
  • 消灭零回复
提交回复
热议问题