marking existing column as primary key in datatable

Viewed 44352

I have a datatable from database on the basis of some query.

I want that datatable to have a primary key for an existing column.

How can I do this?

2 Answers
Related