I am importing Tables from a Oracle DataBase, using a VB.NET dataAdapter. I use the \"fill\" command to add the imported data to a DataSet. How is it possible to define a specif
This should be an elegant way:
table.PrimaryKey = {table.Columns("PrimaryKeyColumn")}