Which of the following selects an anonymous type?
1.Select new { a.Country, a.Region }
2.Select a
3.Select a.Country, a.Region
4.Select { a.Country, a.Region }
Answer:1
Posted Date:-2022-08-10 06:52:31