DataTable object of DataSet
How rows can be added or deleted from the DataTable object of DataSet?
Expert
The DataRowCollection class defines the gathering of the rows for DataTable object in a DataSet. The DataTable class offers the NewRow() method in order to add a new DataRow to DataTable. The NewRow method creates a new row that implements same schema as applied to the DataTable.
The following are the methods provided by the DataRowCollection object:
a) Add() - It adds a new row to the DataRowCollection.
b) Remove()- It removes a DataRow object from DataRowCollection.
c) RemoveAt() – It eliminates a row whose location is specified by an index number.
Describe the function of a SizeMode property of a PictureBox control?
Web form belongs to which class in a .NET Framework class hierarchy?
Differentiate between the ComboBox control and the ListBox control?
Describe memory-mapped files?
Write all names of public properties well-defined in the WebService class.
What is the requirement of Copy Web Site?
What is meant by the XML DOM?
Can the 'throws' clause can be used to raise an exception?
Explain the term Merge Module projects?
Briefly explain about Web server controls in ASP.NET?
18,76,764
1938896 Asked
3,689
Active Tutors
1425025
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!