Hi
In below linq query i want to return 2 fields . I want to combine CourseCode & Name as a single field.
Id,Coursecode_name
public List
{
try
{
List
where t.TrainingTypeID == ID
select t).ToList();
return Result;
}
catch (Exception ex)
{
throw ex;
}
}
Thanks
Vishal JoshiPosted Sep 10, 2022, 3:54 AM
Ramco RamcoPosted Sep 9, 2022, 3:58 PM
Vishal YelvePosted Sep 9, 2022, 2:58 PM
Try this