How to pass values into a datatable?



How to pass values into a datatable?..

Answer / Vijendra Sharma

'DataTable' in ADO.NET doesn't directly receive values as it is a container for 'DataRow' objects. You can add rows with specific values using the 'NewRow' method and then call the 'Add' method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is ole db query?

1 Answers  


What is datacolumn and how it is used?

2 Answers  


What is the meaning of object pooling?

1 Answers  


How many major types of connection objects in ADO.NET?

1 Answers   MCN Solutions,


What are the ADO.NET Controls?

6 Answers  


Explian About DataAdapters

1 Answers   BirlaSoft,


Which type of database is used while processing dynamic database?

1 Answers   Microsoft,


What are all the different authentication techniques used to connect to MS SQL Server?

1 Answers  


types of Store procedure in Sqlserver2000?

4 Answers  


how to keep track of index in listbox items.

2 Answers  


how can implement dropdownlist in particular of dataset when try to update?

1 Answers   TCS,


What is the purpose of using adodb?

1 Answers  


Categories