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
Does sqlclient and oledb class share the same functionality?
Which name space is used to get assembly details?
What are the data providers in ADO.NET framework?
What is executenonquery ado.net?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What does executereader return?
What is the default provider in ado.net?
How is entity framework different from ado.net?
What is dbcontext and dbset in entity framework?
What is ado.net explain with diagram?
What are the differences between OLEDB and SQLClient Providers?
Define executenonquery?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Which database is the ado.net?
What is the functionality of data provider in ado.net?