How to definie a VB.NET DataTable Column as primary key after creation

Posted by user296575 on Stack Overflow See other posts from Stack Overflow or by user296575
Published on 2010-03-18T14:45:39Z Indexed on 2010/03/18 14:51 UTC
Read the original article Hit count: 345

Filed under:
|
|
|

Hello

I am importing Tables from a Oracle DataBase, using a VB.NET dataAdapter. I use the "fill" comand to add the imported data to a DataSet. How is it possible to define a specific column of a DataTable as PrimaryKey, after the DataTable is already filled with data?

Thank your for your help.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about datatable