Answer Posted / gopi
ds.Tables[0].Constraints.Add("pk_sid",
ds.Tables[0].Columns[0], true);
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
How will you fill the gridview by using datatable object at runtime?
Explain the dataadapter class in ado.net?
What is difference between Dataview and Datatable?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is ado and rdo?
What is the use of adodc?
Explain which name space is used to get assembly details?
Which ado.net object is very fast in getting data from the database?
Describe ado.net object model in detail.
What is the difference between data grid and data repeater?
What is oledb connection?
How is it possible to get 2 tables of data at a time by using data reader?
What is disconnected data?
Define the data provider classes that is supported by ado.net?
How to copy the contents from one table to another table and how to delete the source table in ado.net?