what is type dataset?

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


Please Help Members By Posting Answers For Below Questions

What is a sqldataadapter?

524


Explain how to call the sql commands asynchronously in ado.net version 2.0?

508


How can we serialize the dataset object?

560


What is the DataTableCollection?

575


Does executenonquery return a value?

538






How do I delete a row from a DataTable?

595


What is the advantage of ado.net?

544


What does ole stand for in excel?

600


How to enable and disable connection pooling?

509


What is the use of sqldatareader class?

477


What are the connected and disconnected modes in ado.net?

487


How to creating a SqlCommand Object?

591


How to aggregating data across related tables?

549


What are the usages of the command object in ado.net?

552


What are the advantages of ado.net?

509