Skip to content

Instantly share code, notes, and snippets.

@Jtorrecilla
Created February 16, 2016 06:53
Show Gist options
  • Select an option

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

Select an option

Save Jtorrecilla/08e304f0ecb033733dca to your computer and use it in GitHub Desktop.
var myCustomerList = new List<Customer>();
//rellenar customers:
var myCustomerDataTable = myCustomerList.ConvertConvertToDataTable(prop=>!prop.PropertyType.IsGeneric);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment