Skip to content

Instantly share code, notes, and snippets.

@malbarmavi
Created July 22, 2016 15:11
Show Gist options
  • Save malbarmavi/d9fb2ad552fd6fabb22b0f29ddddc0b6 to your computer and use it in GitHub Desktop.
Save malbarmavi/d9fb2ad552fd6fabb22b0f29ddddc0b6 to your computer and use it in GitHub Desktop.
C# Snippet
// copy one table to another with some column
DataTable finalRssult = dt.DefaultView.ToTable("final", false, "d13", "d14", "d15", "d16", "d17", "d18", "d19");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment