I have a class:
public class foo { public IEnumerable stst_soldToALTKN { get; set; } public int sId { get; set; } public strin
var propNames = foo1.GetType() .GetProperties() .Select(pi => pi.Name)