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 do you mean by performing asynchronous operation using command object?
What is XML serialization
What is aggregate root?
What is difference between connected and disconnected architecture in ado.net?
What is a data control clerk?
How does entity framework work?
What is typed dataset ?
What is the difference between SqlCommand and SqlCommandBuilder?
What is the maximum pool size in ado.net connection string?
How to create data relations?
What is read only and forward only in ado.net?
What are the steps to connect to a database?
Explain how can we load multiple tables in to dataset?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What do you mean by ‘batch updates’?