Answer Posted / shahil singh
dim col() as new dt.datacolumn
col(0)=dt.column(1)
dt.primarykey=col
| Is This Answer Correct ? | 30 Yes | 8 No |
Post New Answer View All Answers
What are the classes in System.Data.Common Namespace?
What is the advantage of ado.net?
Which object is used to add relationship between two Datatables?
What is the difference between linq and ado.net?
What is ado circle?
What is sqldatareader?
How can we load multiple tables in a dataset?
What are the benefits of using of ADO.NET in .NET 4.0?
What is difference between Dataview and Datatable?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is the difference between ado.net and oledb?
What is the difference between Optimistic and Pessimistic locking?
Explain the different row versions available in table?
Which parameter of ConnectionString is used to specify the name of the database?
Is bulk insert faster than insert?