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.
Illustrate the term Namespace also its uses?
State how the changes made to the DataSet object are identified since it was last loaded?
Write the advantages of the code-behind feature?
Illustrate the difference between import System.Data.SqlClient and System.Data.Oledb in brief?
List the advantages of the DLR?
What does it signify to state ‘the canonical’ form of the XML?
What is Object?
A Destructor is defined in a class that is developed by using the C# programming language, but the destructor is never executed. Why did this happen?
Specify the pre-requisites for connection pooling?
What are HTTP handlers in ASP.NET?
18,76,764
1941245 Asked
3,689
Active Tutors
1450306
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!