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