Two.5 Questions both relating to Datatables and making updates (hopefully) without For Each Loop

Hope this expression would help you resolve this
datatable = datatable.Asenumerable().Select(Function(a) a.Field(of string)(“yourcolumnname”).ToString.Replace(“-###”,“”)).CopyToDatatable()

Cheers @soneill437

3 Likes