Answer Posted / shiva
Dataset is collection of datatables.the collection generaly
represented as *)tables-rows-columns-constraints
DataSet ds;//declre variable
->ds.Tables["index"]
->ds.Tables.Rows[index]
->ds.Tables.Rows[rIndex].[cindex]
->ds.Tables.Columns[inedx]
->ds.tables.Constraints[index]
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is the use of SqlCommand object?
Explain the difference in record set and dataset?
What is datatable in ado.net?
Command objects uses, purposes and their methods.
Which is the feature of ado.net?
Explain executenonquery?
Which object of ado contains datarow datacolumn collection?
What are the various methods provided by the DataSet object to generate XML?
What is the use of connection object in ado.net?
What is the difference between sqlcommand and sqldataadapter?
Describe ado.net object model in detail.
What are the different ado.net namespaces?
Where is adodb dll located?
How do I delete a row from a DataTable?
What is ambient transaction?