Skip to content

Instantly share code, notes, and snippets.

@Jtorrecilla
Created February 14, 2016 19:39
Show Gist options
  • Select an option

  • Save Jtorrecilla/f5d04d3ab00883db08a1 to your computer and use it in GitHub Desktop.

Select an option

Save Jtorrecilla/f5d04d3ab00883db08a1 to your computer and use it in GitHub Desktop.
GetColumns(typeof(Order))
.ToList()
.ForEach(prop => Console.WriteLine(prop));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment