What are the attirbutes of DataSet?

Answers were Sorted based on User's Feedback



What are the attirbutes of DataSet?..

Answer / dinesh sharma

DataSet
DataTabel
DataColumns
Datarow
DataPrimaryKey
DataForgeinKey
DataRelationship

Is This Answer Correct ?    9 Yes 1 No

What are the attirbutes of DataSet?..

Answer / kiranmadiraju

Dataset has 2 collections
1.DataTable(s) Collection
2.DataRelations Collection

DataTable has again 3 collections
1.DataColumn Collection
2.DataRow Collection
3.DataConstraint Collection

Is This Answer Correct ?    7 Yes 0 No

What are the attirbutes of DataSet?..

Answer / chandra

datatable,datarow,datarelation

Is This Answer Correct ?    2 Yes 1 No

What are the attirbutes of DataSet?..

Answer / hruday

DataTabel
DataColumns
Datarow
DataPrimaryKey
DataForgeinKey
DataRelationship
Default view

Is This Answer Correct ?    2 Yes 1 No

What are the attirbutes of DataSet?..

Answer / amit kumar

DataSet
DataTabel
DataColumns
Datarow
DataPrimaryKey
DataForgeinKey

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ADO.NET Interview Questions

how we can fire event in databound coulm in datagfrid withot using button?

0 Answers   Tech Mahindra,


Describe ado.net object model in detail.

0 Answers  


Difference between OLEDB Provider and SqlClient ?

2 Answers  


What are the different namespaces used in the project to connect the database?

3 Answers  


Why DataReader is Forward Only?

16 Answers   IBM, NIIT,






How to aggregating data across related tables?

0 Answers  


What is ole access?

0 Answers  


Diff B/W DataSet vs DataTable

6 Answers   Star Wire,


What are the advantages of ado.net?

0 Answers  


Difference between DataReader and DataAdapter / DataSet and DataAdapter?

3 Answers   TCS,


Can I use One Data Set for More than one Data Adapter?

6 Answers  


What is sqlconnection and sqlcommand?

0 Answers  


Categories