Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save moenk/5299ce9831eda701cd9c25f13b318603 to your computer and use it in GitHub Desktop.
Save moenk/5299ce9831eda701cd9c25f13b318603 to your computer and use it in GitHub Desktop.
ExtractDataTable = ExtractDataTable.AsEnumerable().GroupBy(Function(i) i.Field(Of String)(“Mobiltelefon”)).Select(Function(g) g.First).CopyToDataTable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment