Assign Primary Keys to Data Table

add_primaryKey.xaml (7.4 KB)
@bcarp Here you have the snippet

if you use named columpns or multiple values: use new datacolumn() {dt.Columns(“Column0”),dt.Columns(“Column1”)} as the value.

If this helps don’t forget to mark sthis as solution so other users can retrieve the solution

kind regards,

Tom

2 Likes